Edition de connexion_sql et ajout de gitignore et gitattributes et env
All checks were successful
Déploiement DEV / deploy (push) Successful in 8s

This commit is contained in:
Christian CUNAT-BRULE
2026-08-06 21:34:19 +02:00
parent 8c49242c56
commit 7550bd1a30
8 changed files with 152 additions and 10 deletions

21
.gitattributes vendored Normal file
View File

@@ -0,0 +1,21 @@
# Forcer LF pour tous les fichiers texte
* text eol=lf
# Forcer explicitement PHP
*.php text eol=lf
# Autres fichiers courants
*.js text eol=lf
*.css text eol=lf
*.html text eol=lf
*.yml text eol=lf
*.env text eol=lf
# Images vectorielles
*.svg text diff eol=lf
# Forcer WebP en fichier binaire
*.webp binary
*.png binary
*.jpg binary
*.jpeg binary