65 lines
697 B
Plaintext
65 lines
697 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
dist
|
|
build
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Docker
|
|
Dockerfile
|
|
Dockerfile.prod
|
|
docker-compose.yml
|
|
docker-compose.prod.yml
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Scripts (optionnel - gardez-les si vous en avez besoin dans le conteneur)
|
|
# scripts/
|
|
|
|
# Prisma migrations (seront copiés mais exécutés séparément)
|
|
# prisma/migrations
|
|
|
|
# Logs
|
|
*.log
|
|
logs
|
|
|
|
# Temporary files
|
|
tmp
|
|
temp
|
|
.cache
|