-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
61 lines (61 loc) · 1.66 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
57
58
59
60
61
{
"checkout": null,
"commit": "8fd656979ecde6183fbece90da042fa372f0f904",
"context": {
"cookiecutter": {
"_template": "[email protected]:Tatsh/cookiecutter-python-project.git",
"authors": {
"list": ["Andrew Udvare <[email protected]>"]
},
"commitizen_version_files": {
"list": [
"README.md",
"man/instagram_archiver.1",
"package.json",
"instagram_archiver/__init__.py"
]
},
"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/",
"node_modules/",
"instagram_archiver/"
]
},
"description": "Archive Instagram content.",
"directory_name": "instagram-archiver",
"docs_theme": "sphinxdoc",
"gh_pages_theme": "jekyll-theme-midnight",
"github_username": "Tatsh",
"human_project_name": "Instagram Archiver",
"main_cli_name": "ia",
"module_name": "instagram_archiver",
"readme": {
"description": "Archive Instagram content."
},
"repository_name": "instagram-archiver",
"want_main": true,
"want_requests": true,
"year": "2024"
}
},
"directory": null,
"template": "[email protected]:Tatsh/cookiecutter-python-project.git"
}