31 lines
310 B
Text
31 lines
310 B
Text
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Build
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Keep these for reference (remova a # se quiser ignorar)
|
|
# .env.development
|
|
# .env.production
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Prisma
|
|
prisma/migrations/
|