21 lines
No EOL
195 B
Text
21 lines
No EOL
195 B
Text
# Dépendances & builds
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
|
|
# Vercel
|
|
.vercel/
|
|
|
|
# Environnement & secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS / IDE
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Tests & coverage
|
|
coverage/ |