57 lines
528 B
Plaintext
57 lines
528 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist/
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
backend/data/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
!.env.example
|
|
!**/.env.example
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Runtime uploads / user-generated content
|
|
backend/uploads/
|
|
|
|
# Tooling
|
|
.turbo/
|
|
.cursor/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Misc
|
|
*.pem
|