File tree Expand file tree Collapse file tree 5 files changed +49
-4
lines changed
Expand file tree Collapse file tree 5 files changed +49
-4
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,17 @@ index.md
141141_template/labextension
142142
143143# JS
144- js/node_modules
144+ js/coverage
145145js/dist
146+ js/lib
147+ js/node_modules
146148{{module}}/extension
147149
148150# Jupyter
149151.ipynb_checkpoints
150152.autoversion
153+ {{module}}/nbextension
154+ {{module}}/labextension
151155
152156# Mac
153157.DS_Store
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ __pycache__/
44*$py.class
55
66# C extensions
7+ *.a
78*.so
9+ *.obj
810*.dll
11+ *.exp
12+ *.lib
913
1014# Distribution / packaging
1115.Python
@@ -137,13 +141,17 @@ index.md
137141_template/labextension
138142
139143# JS
140- js/node_modules
144+ js/coverage
141145js/dist
146+ js/lib
147+ js/node_modules
142148{{module}}/extension
143149
144150# Jupyter
145151.ipynb_checkpoints
146152.autoversion
153+ {{module}}/nbextension
154+ {{module}}/labextension
147155
148156# Mac
149157.DS_Store
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ __pycache__/
44*$py.class
55
66# C extensions
7+ *.a
78*.so
9+ *.obj
810*.dll
11+ *.exp
12+ *.lib
913
1014# Distribution / packaging
1115.Python
@@ -141,6 +145,7 @@ js/coverage
141145js/dist
142146js/lib
143147js/node_modules
148+ {{module}}/extension
144149
145150# Jupyter
146151.ipynb_checkpoints
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ __pycache__/
44*$py.class
55
66# C extensions
7+ *.a
78*.so
9+ *.obj
810*.dll
11+ *.exp
12+ *.lib
913
1014# Distribution / packaging
1115.Python
@@ -136,13 +140,21 @@ docs/jupyter_execute
136140index.md
137141_template/labextension
138142
143+ # JS
144+ js/coverage
145+ js/dist
146+ js/lib
147+ js/node_modules
148+ {{module}}/extension
149+
139150# Jupyter
140151.ipynb_checkpoints
141152.autoversion
153+ {{module}}/nbextension
154+ {{module}}/labextension
142155
143156# Mac
144157.DS_Store
145158
146159# Rust
147160target
148-
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ __pycache__/
44*$py.class
55
66# C extensions
7+ *.a
78*.so
9+ *.obj
810*.dll
11+ *.exp
12+ *.lib
913
1014# Distribution / packaging
1115.Python
@@ -131,14 +135,26 @@ docs/_build/
131135docs/src/_build/
132136docs/api
133137docs/index.md
138+ docs/html
139+ docs/jupyter_execute
140+ index.md
141+ _template/labextension
142+
143+ # JS
144+ js/coverage
145+ js/dist
146+ js/lib
147+ js/node_modules
148+ {{module}}/extension
134149
135150# Jupyter
136151.ipynb_checkpoints
137152.autoversion
153+ {{module}}/nbextension
154+ {{module}}/labextension
138155
139156# Mac
140157.DS_Store
141158
142159# Rust
143160target
144-
You can’t perform that action at this time.
0 commit comments