Initial commit
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user