Skip to content

Commit b3be92f

Browse files
committed
Making sure json file is included
1 parent 089d7a7 commit b3be92f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,3 @@ target/
5959
# Notebooks
6060
.ipynb_checkpoints
6161

62-
# Keep json files out
63-
*.json

pbp_cookiecutter/cookiecutter.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"project_name": "project_name",
3+
"directory_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
4+
"description": "More background on the project"
5+
}

0 commit comments

Comments
 (0)