**/config/ hat fälschlicherweise auch de.blight.game.config (9 Java-Dateien) ignoriert. Ersetze durch explizite Regeln nur für Laufzeit-Konfigurationen (root/config/, blight-editor/config/, blight-game/config/). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
434 B
Plaintext
32 lines
434 B
Plaintext
/.metadata/
|
|
/.gradle/
|
|
|
|
# Gradle build output
|
|
**/build/
|
|
|
|
# Laufzeit-Konfigurationen (keine Quell-Pakete!)
|
|
/config/
|
|
blight-editor/config/
|
|
blight-game/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/
|