-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
56 lines (56 loc) · 1.59 KB
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"checkout": null,
"commit": "3ed97fd48ca1bb11626863bedd67463d77c072d2",
"context": {
"cookiecutter": {
"_template": "[email protected]:Tatsh/cookiecutter-python-project.git",
"authors": {
"list": ["Andrew Udvare <[email protected]>"]
},
"commitizen_version_files": {
"list": ["README.md", "minchoc/__init__.py", "package.json"]
},
"cruft_skip": {
"list": [
"./*.lock",
"./.*_cache",
"./.git/hooks/*.sample",
"./docs/*.rst",
"./tests/*/test_*.py",
"./tests/test_*.py",
".git/COMMIT_EDITMSG",
".git/HEAD",
".git/config",
".git/index",
".git/logs/",
".git/refs/",
".vscode/dictionary.txt",
"CHANGELOG.md",
"LICENSE.txt",
"dist/",
"htmlcov/",
"man/",
"minchoc/",
"node_modules/"
]
},
"description": "Minimal Chocolatey-compatible NuGet server in a Django app.",
"directory_name": "minchoc",
"docs_theme": "alabaster",
"gh_pages_theme": "jekyll-theme-midnight",
"github_username": "Tatsh",
"human_project_name": "minchoc",
"main_cli_name": "minchoc",
"module_name": "minchoc",
"readme": {
"description": "Minimal Chocolatey-compatible NuGet server in a Django app."
},
"repository_name": "minchoc",
"want_main": false,
"want_requests": false,
"year": "2023"
}
},
"directory": null,
"template": "[email protected]:Tatsh/cookiecutter-python-project.git"
}