Files
appRobotWebcam/.gitignore
2026-06-07 10:03:34 +02:00

27 lines
1.4 KiB
Plaintext

# ── 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