gitignore: Release-Artifacts/ ausschließen

Gebaute .app/.zip für Gitea-Release-Uploads gehört nicht ins Repo.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Kay
2026-09-17 18:36:57 +02:00
co-authored by Claude Sonnet 5
parent 57c3134161
commit bace9fe3b2
+3
View File
@@ -13,6 +13,9 @@ xcuserdata/
*.npk *.npk
*.cpgz *.cpgz
# Built release artifacts (uploaded as Gitea release assets, not repo source)
/Release-Artifacts/
# Router config backups (real device data, not app source) — created here when # Router config backups (real device data, not app source) — created here when
# testing the app's "choose backup folder" feature with this directory selected. # testing the app's "choose backup folder" feature with this directory selected.
/Backups/ /Backups/