Config Page
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user