Initial commit

This commit is contained in:
2026-03-31 13:27:08 +02:00
commit 565c9660d9
8 changed files with 258 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# ── Node.js ───────────────────────────────────────────────────────────────────
node_modules/
dist/
build/
.cache/
# ── Secrets ────────────────────────────────────────────────────────────────────
.env
.env.*
.env.local
.env.production
secret.env
*.secret
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log
npm-debug.log*
# ── IDE ───────────────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db