Files
BelgianBitcoinEmbassy/.gitignore
T
bbeandCursor ede8817583 fix: harden deploys and close top security holes after /events outage
Isolate next dev from production .next, add build-guard/atomic deploy/health
watchdog, error boundaries, and fix JWT startup, meetup leaks, media path
traversal, SVG/memory uploads, and JSON-LD escaping.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-18 19:14:57 +02:00

53 lines
583 B
Plaintext

# Dependencies
node_modules/
# Next.js
frontend/.next/
frontend/.next-dev/
frontend/.next-build/
frontend/.next-prev/
frontend/out/
# Backend build
backend/dist/
# Environment (keep .env.example tracked)
.env
.env.*
!.env.example
**/.env.local
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
.cursor/
*.swp
*.swo
# Logs & debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# TypeScript
*.tsbuildinfo
# Test / coverage
coverage/
# Local SQLite databases
*.db
# Misc
.turbo
# Local uploads / media blobs (not versioned)
/storage/
/backend/storage/
deploy/