36 lines
No EOL
313 B
Text
36 lines
No EOL
313 B
Text
node_modules/
|
|
dist/
|
|
build/
|
|
logs/
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Prisma
|
|
prisma/migrations/**/*.sql
|
|
|
|
# TSOA
|
|
public/swagger.json
|
|
src/routes/routes.ts
|
|
|
|
# Uploads (if storing locally)
|
|
uploads/
|
|
temp/ |