52 lines
545 B
Plaintext
52 lines
545 B
Plaintext
# Secrets / environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Dependencies / builds
|
|
**/node_modules/
|
|
**/dist/
|
|
**/.next/
|
|
**/.cache/
|
|
**/.vite/
|
|
**/coverage/
|
|
|
|
# Backups / exports
|
|
*.zip
|
|
*.tar.gz
|
|
*.tgz
|
|
*.dump
|
|
*.sql
|
|
*.bak
|
|
*.bak-*
|
|
*.backup
|
|
|
|
# Runtime / logs
|
|
*.log
|
|
*.pid
|
|
*.tmp
|
|
*.swp
|
|
|
|
# OS / editors
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Private keys / certificates
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
id_rsa
|
|
id_ed25519
|
|
*_github
|
|
*_github.pub
|
|
|
|
# TypeScript generated metadata
|
|
*.tsbuildinfo
|
|
|
|
# Generated from web-v2/vite.config.ts
|
|
web-v2/vite.config.js
|
|
web-v2/vite.config.d.ts
|