1 Commits

Author SHA1 Message Date
79845f7697 feat: move template into subdirectory
Some checks failed
release / Release (push) Failing after 14s
BREAKING CHANGE: reorganises repo, arbitrary choice for v1 release
2025-05-12 11:13:53 +02:00
32 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
_exclude: # repo config
- ".gitea/" _subdirectory: template
- ".git/"
- "CHANGELOG.md"
- "copier.yml"
# imports
# imports
_jinja_extensions: _jinja_extensions:
- bec_lib.utils.copier_jinja_filters.CopierFilters - bec_lib.utils.copier_jinja_filters.CopierFilters

View File