File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1212yarn.lock
1313node_modules
1414* .js.map
15- lerna-debug .log
15+ * .log
1616package-lock.json
1717* .tgz
1818.yarn
Original file line number Diff line number Diff line change 11* .bundle. *
22lib /
33node_modules /
4+ * .log
5+ .eslintcache
6+ .stylelintcache
47* .egg-info /
5- .ipynb_checkpoints
8+ .ipynb_checkpoints /
9+ .virtual_documents /
610* .tsbuildinfo
7-
8- # Ignore the built JS extension files
911webio_jupyter_extension /labextension
1012webio_jupyter_extension /nbextension
11-
12- # Ignore Yarn files (note: we're not using zero installs)
13- .yarn /*
14- ! .yarn /patches
15- ! .yarn /releases
16- ! .yarn /plugins
17- ! .yarn /sdks
18- ! .yarn /versions
19- .pnp. *
13+ # Version file is handled by hatchling
14+ webio_jupyter_extension /_version.py
15+ _temp_extension
2016
2117# Created by https://www.gitignore.io/api/python
2218# Edit at https://www.gitignore.io/?templates=python
@@ -68,6 +64,7 @@ htmlcov/
6864.coverage. *
6965.cache
7066nosetests.xml
67+ coverage /
7168coverage.xml
7269* .cover
7370.hypothesis /
@@ -88,6 +85,7 @@ target/
8885
8986# pyenv
9087.python-version
88+ .venv /
9189
9290# celery beat schedule file
9391celerybeat-schedule
@@ -122,3 +120,6 @@ dmypy.json
122120
123121# OSX files
124122.DS_Store
123+
124+ # Yarn cache
125+ .yarn /
You can’t perform that action at this time.
0 commit comments