Ajout d'un .gitignore universel
This commit is contained in:
75
.gitignore
vendored
75
.gitignore
vendored
@@ -1,43 +1,64 @@
|
||||
# Node.js
|
||||
node_modules/
|
||||
# --- OS / macOS ---
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon?
|
||||
._*
|
||||
|
||||
# --- Logs & temp ---
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
*.out
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# OS / IDE
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Environnements
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
# --- Dependency directories ---
|
||||
node_modules/
|
||||
bower_components/
|
||||
jspm_packages/
|
||||
typings/
|
||||
|
||||
# Coverage / tests
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# Build / dist
|
||||
# --- Build outputs ---
|
||||
dist/
|
||||
build/
|
||||
.cache/
|
||||
.next/
|
||||
out/
|
||||
coverage/
|
||||
*.tsbuildinfo
|
||||
|
||||
# DB / data temporaire
|
||||
data/*.sqlite
|
||||
data/*.sqlite-journal
|
||||
# --- Docker ---
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
docker-compose.override.yml
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Misc
|
||||
# --- Editors / IDE ---
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# --- Misc ---
|
||||
*.tgz
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.rar
|
||||
*.7z
|
||||
*.bak
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
# --- Ignore patch zips téléchargés ---
|
||||
supersunday_patch_*.zip
|
||||
Reference in New Issue
Block a user