40 lines
367 B
Plaintext
40 lines
367 B
Plaintext
# Dépendances
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Fichiers de développement
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Fichiers temporaires
|
|
.tmp
|
|
.temp
|
|
*.tmp
|
|
*.temp
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore |