Initial project commit

This commit is contained in:
2026-07-05 18:39:27 +02:00
commit cc55f55dab
6 changed files with 1231 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Ignore everything by default
*
# Allow directories
!*/
# Allow Git internals
!/.gitignore
# Allow shell scripts
!*.sh
# Allow Markdown files
!*.md
# Allow vars.example file
!vars.example
# Allow LICENSE and CHANGELOG
!LICENSE
!CHANGELOG.md