Skip to content

Commit 2548d49

Browse files
Update ignores
1 parent d8d1d79 commit 2548d49

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dist
1212
yarn.lock
1313
node_modules
1414
*.js.map
15-
lerna-debug.log
15+
*.log
1616
package-lock.json
1717
*.tgz
1818
.yarn

webio_jupyter_extension/.gitignore

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
*.bundle.*
22
lib/
33
node_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
911
webio_jupyter_extension/labextension
1012
webio_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
7066
nosetests.xml
67+
coverage/
7168
coverage.xml
7269
*.cover
7370
.hypothesis/
@@ -88,6 +85,7 @@ target/
8885

8986
# pyenv
9087
.python-version
88+
.venv/
9189

9290
# celery beat schedule file
9391
celerybeat-schedule
@@ -122,3 +120,6 @@ dmypy.json
122120

123121
# OSX files
124122
.DS_Store
123+
124+
# Yarn cache
125+
.yarn/

0 commit comments

Comments
 (0)