chore: update .gitignore to include local tooling and decompiled sources

This commit is contained in:
2026-04-23 10:06:09 +02:00
parent 53b43d83c7
commit 562f60d343
+3
View File
@@ -48,6 +48,9 @@ desktop.ini
*.log *.log
logs/ logs/
# Decompilation + local tooling (cfr.jar, server jar, decompiled sources)
.tools/
# Secrets / local env # Secrets / local env
.env .env
.env.local .env.local