elearning/Backend/.gitignore
2026-02-06 12:59:48 +07:00

38 lines
No EOL
320 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/
tests