From 4ec279802a8a5ccd65fa34c2a98eaa70a61be089 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Fri, 30 Apr 2021 11:23:11 +0200 Subject: [PATCH] Only ignore workflows not whole .github Refs #260 --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 0a351692..2d3db56f 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,7 +1,7 @@ { "package_name": "my_python_package", "project_name": "my-python-project", - "_copy_without_render": [".github/*"], + "_copy_without_render": [".github/workflows/*"], "package_short_description": "", "version": "0.1.0", "github_organization": "",