gitignore-Fix: Quell-Paket config/ nicht mehr ignorieren

**/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>
This commit is contained in:
2026-07-26 18:26:56 +02:00
parent 944b3fae34
commit 2c88b7e313
10 changed files with 1407 additions and 1 deletions

6
.gitignore vendored
View File

@@ -3,7 +3,11 @@
# Gradle build output
**/build/
**/config/
# Laufzeit-Konfigurationen (keine Quell-Pakete!)
/config/
blight-editor/config/
blight-game/config/
# Eclipse project files
.project