.gitignore: logs/ und downloads/ ausschließen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 23:13:39 +02:00
parent 50f496c864
commit 3e7108954e

6
.gitignore vendored
View File

@@ -10,3 +10,9 @@
.classpath
.settings/
bin/
# Laufzeit-Logs
**/logs/
# Lokale Downloads (nicht ins Repo)
downloads/