Browse Source

organized .gitignore

telamonian 5 years ago
parent
commit
7faa9987d6
1 changed files with 41 additions and 34 deletions
  1. 41 34
      .gitignore

+ 41 - 34
.gitignore

@@ -1,58 +1,65 @@
-MANIFEST
-build
-dist
-lib
-
-jupyterlab/imports.css
-jupyterlab/static
-jupyterlab/schemas
-jupyterlab/themes
-jupyterlab/geckodriver
+# project files
+coverage/
 
-dev_mode/schemas
 dev_mode/listings
+dev_mode/schemas
 dev_mode/static
 dev_mode/themes
 dev_mode/workspaces
 dev_mode/stats.json
 
-packages/nbconvert-css/style/
+docs/_build
+docs/api
+docs/source/_build
+
+examples/app/build
+examples/app/themes
+examples/app/schemas
+
+junit.xml
+jupyterlab/geckodriver
+jupyterlab/static
+jupyterlab/schemas
+jupyterlab/themes
+jupyterlab/imports.css
 
+packages/nbconvert-css/style/
+packages/services/examples/node/config.json
 packages/theme-*/static
+
+tests/**/coverage
+tests/**/.cache-loader
+
+# javascript/typescript
+lib
 node_modules
+
+*.tsbuildinfo
+lerna-debug.log
+yarn-error.log
+
+# python
 .cache
 *.py[co]
 .pytest_cache
 __pycache__
 *.egg-info
+.ipynb_checkpoints
+
+build
+dist
+
+MANIFEST
+
+# misc
 *~
 *.bak
-.ipynb_checkpoints
+*.map
+*.swp
 .DS_Store
 \#*#
 .#*
 
-*.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
-
-lerna-debug.log
-yarn-error.log
-
-junit.xml
-
-*.tsbuildinfo
-
 # jetbrains IDE stuff
 *.iml
 .idea/