DefendDaniel2 / .dockerignore
rolexx's picture
wip
e49fcf4
raw
history blame
296 Bytes
# Dépendances
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Fichiers de build
.next
out
build
dist
# Fichiers de développement
.git
.gitignore
.env.local
.env.development.local
.env.test.local
.env.production.local
README.md
.vscode
.idea
# Fichiers système
.DS_Store
Thumbs.db