Skip to content

Commit 1cc22df

Browse files
authored
Merge pull request #20 from python-project-templates/copier-update-2025-07-15T21-22-08
Update from copier (2025-07-15T21:22:08)
2 parents 959c84e + f16f0f5 commit 1cc22df

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 8c06bd5
2+
_commit: ae30a61
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: cpp

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,17 @@ index.md
141141
_template/labextension
142142

143143
# JS
144-
js/node_modules
144+
js/coverage
145145
js/dist
146+
js/lib
147+
js/node_modules
146148
python_template_cpp/extension
147149

148150
# Jupyter
149151
.ipynb_checkpoints
150152
.autoversion
153+
python_template_cpp/nbextension
154+
python_template_cpp/labextension
151155

152156
# Mac
153157
.DS_Store

0 commit comments

Comments
 (0)