Files
BelgianBitcoinEmbassy/.gitignore
T
bbeandCursor a6a2b113ee feat: add scoped API keys for programmatic site access
Introduce ApiKey model, CRUD endpoints, and admin UI so agents can
authenticate with permission-scoped keys. Normalize pubkeys to hex on login,
dedupe legacy npub/hex user rows, and ignore .cursor in git.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 09:29:30 +02:00

50 lines
520 B
Plaintext

# Dependencies
node_modules/
# Next.js
frontend/.next/
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/