123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- # project files
- coverage/
- dev_mode/listings
- dev_mode/schemas
- dev_mode/static
- dev_mode/themes
- dev_mode/workspaces
- dev_mode/stats.json
- docs/_build
- docs/api
- **/docs/source/_build
- examples/app/build
- examples/app/themes
- examples/app/schemas
- examples/**/static
- examples/federated/labextensions
- junit.xml
- jupyterlab/geckodriver
- jupyterlab/static
- jupyterlab/schemas
- jupyterlab/themes
- jupyterlab/style.js
- jupyterlab/tests/**/static
- jupyterlab/tests/**/labextension
- ui-tests/test-output
- # Remove after next release
- jupyterlab/imports.css
- packages/nbconvert-css/style/
- packages/services/examples/node/config.json
- packages/services/examples/browser/tmp
- packages/theme-*/static
- tests/**/coverage
- tests/**/.cache-loader
- # galata
- galata/benchmark-results
- galata/playwright-report
- galata/test-results
- galata/*benchmark-expected.json
- package_json.tar.gz
- # javascript/typescript
- lib
- node_modules
- *.tsbuildinfo
- lerna-debug.log
- yarn-error.log
- storybook-static
- # python
- .cache
- *.py[co]
- .pytest_cache
- __pycache__
- *.egg-info
- .ipynb_checkpoints
- pip-wheel-metadata
- Pipfile
- Pipfile.lock
- # xeus-python debug logs
- xpython_debug_logs
- xeus.log
- build
- dist
- MANIFEST
- # misc
- *~
- *.bak
- *.map
- *.swp
- .DS_Store
- .log/
- \#*#
- .#*
- *.swp
- *.map
- coverage/
- tests/**/coverage
- tests/**/.cache-loader
- docs/_build
- docs/api
- docs/source/_build
- packages/services/examples/node/config.json
- examples/app/build
- examples/app/themes
- examples/app/schemas
- iframe_figures/
- lerna-debug.log
- yarn-error.log
- # copied changelog file
- docs/source/getting_started/changelog.md
- junit.xml
- *.tsbuildinfo
- # jetbrains IDE stuff
- *.iml
- .idea/
- # ms IDE stuff
- *.code-workspace
- .history
- .vscode
- .vs
- .jupyter_releaser_checkout
|