All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 28s
34 lines
539 B
Text
34 lines
539 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
<<<<<<< HEAD
|
|
.claude
|
|
=======
|
|
# Variables d'environnement Brevo
|
|
api/.env
|
|
|
|
# Guide d'intégration (contient des informations sensibles)
|
|
GUIDE-INTEGRATION-MONDIAL-RELAY.md
|
|
>>>>>>> 2f3af0e (product images : use first image as cover, integrate gallery structure and preserve files sorting)
|