Initial project commit

This commit is contained in:
2026-06-20 13:03:42 +02:00
parent 90326f5cb4
commit 3b82cf973f
6 changed files with 2087 additions and 15 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