.gitignore 268 B

12345678910111213141516171819202122232425262728
  1. MANIFEST
  2. build
  3. dist
  4. lib
  5. jupyterlab/build
  6. jupyterlab/schemas
  7. node_modules
  8. .cache
  9. .vscode
  10. *.py[co]
  11. __pycache__
  12. *.egg-info
  13. *~
  14. *.bak
  15. .ipynb_checkpoints
  16. .DS_Store
  17. \#*#
  18. .#*
  19. *.swp
  20. *.map
  21. .idea/
  22. test/coverage
  23. docs/_build
  24. docs/api
  25. packages/services/examples/node/config.json