fix: exclude .git from template
All checks were successful
release / Release (push) Successful in 15s

This commit is contained in:
2025-05-07 14:26:14 +02:00
parent d29578f673
commit b77ba350c3

View File

@ -1,5 +1,6 @@
_exclude: _exclude:
- ".gitea/" - ".gitea/"
- ".git/"
- "CHANGELOG.md" - "CHANGELOG.md"
# imports # imports