There was an error while loading. Please reload this page.
2 parents 959c84e + f16f0f5 commit 1cc22dfCopy full SHA for 1cc22df
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 8c06bd5
+_commit: ae30a61
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: cpp
.gitignore
@@ -141,13 +141,17 @@ index.md
141
_template/labextension
142
143
# JS
144
-js/node_modules
+js/coverage
145
js/dist
146
+js/lib
147
+js/node_modules
148
python_template_cpp/extension
149
150
# Jupyter
151
.ipynb_checkpoints
152
.autoversion
153
+python_template_cpp/nbextension
154
+python_template_cpp/labextension
155
156
# Mac
157
.DS_Store
0 commit comments