28 lines
344 B
Plaintext
28 lines
344 B
Plaintext
/.metadata/
|
|
/.gradle/
|
|
|
|
# Gradle build output
|
|
**/build/
|
|
**/config/
|
|
|
|
# Eclipse project files
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
bin/
|
|
|
|
# Laufzeit-Logs
|
|
**/logs/
|
|
|
|
# Lokale Downloads (nicht ins Repo)
|
|
downloads/
|
|
|
|
# Ingame-Karten-Sessions (vom Editor beim Spielstart erzeugt)
|
|
run/
|
|
|
|
# Spielstände
|
|
saves/
|
|
|
|
# Claude Code interne Worktrees
|
|
.claude/worktrees/
|