45 lines
428 B
Plaintext
45 lines
428 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dépendances
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Données
|
|
data
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Système
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# VCS
|
|
.git
|
|
.gitignore
|
|
|
|
# Environnement
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Tests
|
|
coverage
|
|
.nyc_output |