Ajout de CI et mise à jour dev avec la prod
Some checks failed
Déploiement DEV / deploy (push) Failing after 8s

This commit is contained in:
Christian CUNAT-BRULE
2026-08-06 17:20:10 +02:00
parent d6d02510f1
commit ea387f2733
45 changed files with 435 additions and 5 deletions

18
.gitattributes vendored Normal file
View File

@@ -0,0 +1,18 @@
# 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