Config Page

This commit is contained in:
chk
2026-06-07 10:03:34 +02:00
parent f205418640
commit faccbf55ce
16 changed files with 5375 additions and 69 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# ── Node ──────────────────────────────────────────────────────────────────────
node_modules/
npm-debug.log*
yarn-error.log*
# ── Tests / Coverage ──────────────────────────────────────────────────────────
coverage/
# ── Laufzeit / Atomares Schreiben ─────────────────────────────────────────────
# cameras.json wird per tmp+rename geschrieben; ein verwaister .tmp soll nicht rein.
*.tmp
cameras.json.tmp
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log
logs/
# ── Umgebung ──────────────────────────────────────────────────────────────────
.env
.env.local
# ── Editor / OS ───────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
.idea/
*.swp