29 lines
230 B
Plaintext
29 lines
230 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Database
|
|
*.db
|
|
*.db-journal
|
|
|
|
# Environment
|
|
.env.local
|
|
.env.production
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Prisma
|
|
prisma/migrations/
|