35 lines
353 B
Plaintext
35 lines
353 B
Plaintext
# Dépendances Node
|
|
node_modules/
|
|
|
|
# Build Docusaurus
|
|
build/
|
|
.docusaurus/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# Caches
|
|
.cache/
|
|
.tmp/
|
|
|
|
# Environnements locaux
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Éditeurs / IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Divers
|
|
dist/ |