added gitignore #3

Merged
mt merged 1 commit from feat/gitignore into main 2026-09-04 10:44:41 +00:00
Showing only changes of commit d1b25af722 - Show all commits

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# Gradle Build-Ordner
build/
.gradle/
# Build-Ordner von Submodulen (falls vorhanden)
*/build/
# IntelliJ / IDE Dateien
.idea/
*.iml
*.iws
*.ipr
out/