Skip to content

Commit 65cfdbf

Browse files
committed
chore: bulk update to try adding back in cruft
1 parent 345fdd5 commit 65cfdbf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "12b6d5e45480e610046955a3570aaaedc77a1af6",
2+
"_commit": "e9527824a348982d99e04bf5080df64f0d739a3e",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "12b6d5e45480e610046955a3570aaaedc77a1af6",
3+
"commit": "e9527824a348982d99e04bf5080df64f0d739a3e",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"development_status": "Development Status :: 1 - Planning",
2020
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
21-
"_commit": "12b6d5e45480e610046955a3570aaaedc77a1af6"
21+
"_commit": "e9527824a348982d99e04bf5080df64f0d739a3e"
2222
}
2323
},
2424
"directory": null

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ Thumbs.db # Windows thumbnail cache
6363
# Development logs/outputs
6464
debug.log
6565
nohup.out
66+
67+
# Prettier dependencies
68+
node_modules/

0 commit comments

Comments
 (0)