Improved .gitignore
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m29s

This commit is contained in:
NicolasCantu 2025-10-08 10:16:36 +02:00
parent 31b88865d7
commit d9daa00b32

99
.gitignore vendored
View File

@ -1,8 +1,103 @@
# ----------------------------
# 🦀 Rust
# ----------------------------
target/
pkg/
Cargo.lock
*.rs.bk
**/*.rlib
# ----------------------------
# 🧰 Node / Frontend
# ----------------------------
node_modules/
dist/
.vscode
build/
.cache/
.next/
out/
.tmp/
temp/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
package-lock.json
yarn.lock
pnpm-lock.yaml
# ----------------------------
# 🧱 IDE / Éditeurs
# ----------------------------
.vscode/
.idea/
*.iml
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.DS_Store
Thumbs.db
# ----------------------------
# ⚙️ Environnements / Secrets
# ----------------------------
.env
public/ssl/
.env.local
.env.development.local
.env.production.local
.env.test.local
*.pem
*.crt
*.key
# ----------------------------
# 🌐 SSL / Certificats
# ----------------------------
public/ssl/
certs/
keys/
# ----------------------------
# 📦 Compilations WebAssembly
# ----------------------------
wasm-pack.log
*.wasm
# ----------------------------
# 🧪 Tests / Coverage
# ----------------------------
coverage/
lcov-report/
.nyc_output/
jest-cache/
jest-results.json
# ----------------------------
# 🧍 Runtime / OS / Divers
# ----------------------------
*.pid
*.seed
*.pid.lock
*.bak
*.orig
*.rej
# ----------------------------
# 🧠 Logs / Debug / Dump
# ----------------------------
*.log
*.stackdump
*.dmp
debug.log
error.log
# ----------------------------
# 🚀 Deploy / Production builds
# ----------------------------
.vercel/
.netlify/
firebase/
functions/lib/