From bace9fe3b287c3a48517b129f43fd164a568eb72 Mon Sep 17 00:00:00 2001 From: Kay Date: Thu, 17 Sep 2026 18:36:57 +0200 Subject: [PATCH] =?UTF-8?q?gitignore:=20Release-Artifacts/=20ausschlie?= =?UTF-8?q?=C3=9Fen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gebaute .app/.zip für Gitea-Release-Uploads gehört nicht ins Repo. Co-Authored-By: Claude Sonnet 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bdce672..4690581 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ xcuserdata/ *.npk *.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 # testing the app's "choose backup folder" feature with this directory selected. /Backups/