Files
sphinx/.gitignore
James Addison 568e26c797 [tests] JavaScript: refactor test fixtures (#12102)
This PR allows to serve JavaScript test fixtures using a fixture-based logic as for Python tests.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2024-06-13 13:07:46 +02:00

39 lines
393 B
Plaintext

*.pyc
*.egg
*.so
*.swp
.dir-locals.el
.cache/
.idea
.mypy_cache/
.pytest_cache/
.ropeproject/
.vscode/
TAGS
.tags
.tox/
.tx/
.venv/
venv/
.coverage
htmlcov
.DS_Store
sphinx/pycode/Grammar*pickle
distribute-*
env/
build/
dist/
docker/
Sphinx.egg-info/
doc/_build/
doc/locale/
tests/.coverage
tests/build/
tests/js/roots/*/_build
tests/test-server.lock
utils/regression_test.js
node_modules/