Skip to content

Commit ad81126

Browse files
committed
fix: add exceptions for root-level dotfiles in gitignore and github_integration to BASE_DATA
1 parent fd39b8b commit ad81126

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ cython_debug/
163163

164164
# All files starting with .
165165
.*
166-
# Exception: Include GitHub issue templates and workflows (Copier template to be copied to projects)
166+
# Exceptions: Include root-level dotfiles that are part of the template
167+
!.gitattributes
168+
!.gitignore
169+
!.pre-commit-config.yaml
167170
!.github/
168171
!.github/workflows/
169172
!.github/workflows/**

my_tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"author_email": "test@test.com",
2121
"production_deps": ["requests"],
2222
"dev_deps": ["pytest", "pytest-cov"],
23+
"github_integration": True,
2324
}
2425

2526

0 commit comments

Comments
 (0)