Skip to content

Commit 4ec2798

Browse files
committed
Only ignore workflows not whole .github
Refs #260
1 parent 3282872 commit 4ec2798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package_name": "my_python_package",
33
"project_name": "my-python-project",
4-
"_copy_without_render": [".github/*"],
4+
"_copy_without_render": [".github/workflows/*"],
55
"package_short_description": "",
66
"version": "0.1.0",
77
"github_organization": "<my-github-organization>",

0 commit comments

Comments
 (0)