This commit is contained in:
2026-05-17 19:23:06 +02:00
commit 75a3390ef4
36 changed files with 2035 additions and 0 deletions

17
source/.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Maven build output
target/
# Generated log files
*.log
# IDE files
.idea/
*.iml
.vscode/
*.classpath
*.project
.settings/
# OS files
.DS_Store
Thumbs.db