.prettierignore 478 B

12345678910111213141516171819202122232425262728293031
  1. **/build
  2. **/node_modules
  3. **/lib
  4. **/package.json
  5. **/static
  6. tests/**/coverage
  7. .eggs
  8. dev_mode/index.js
  9. dev_mode/schemas
  10. dev_mode/static
  11. dev_mode/themes
  12. dev_mode/workspaces
  13. docs/_build
  14. docs/api
  15. examples/app/build
  16. examples/app/themes
  17. examples/app/schemas
  18. jupyterlab/schemas
  19. jupyterlab/themes
  20. jupyterlab/geckodriver
  21. jupyterlab/staging/yarn.js
  22. jupyterlab/staging/index.js
  23. packages/ui-components/src/icon/iconimports.ts
  24. # jetbrains IDE stuff
  25. .idea/
  26. # ms IDE stuff
  27. .history/
  28. .vscode/