74 lines
740 B
Text
74 lines
740 B
Text
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env*.local
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.log
|
|
|
|
# Lambda functions (ne pas inclure dans l'image)
|
|
lambda-*/
|
|
|
|
# Test files
|
|
test-*.sh
|
|
test-*.js
|
|
test-*.mjs
|
|
*.test.js
|
|
*.test.ts
|
|
__tests__/
|
|
|
|
# CSV et fichiers de données
|
|
*.csv
|
|
*.pdf
|
|
!public/**/*.pdf
|
|
|
|
# Sync conflicts
|
|
*sync-conflict*
|
|
|
|
# Backups
|
|
*.bak
|
|
*.bak2
|
|
|
|
# Force include critical directories
|
|
!components/
|
|
!app/
|
|
!public/
|