Files
caria-website/.gitattributes
Christian CUNAT-BRULE ae9b9d1efc
All checks were successful
Déploiement DEV / deploy (push) Successful in 8s
Ajout des images PNG et JPG
2026-08-06 20:24:52 +02:00

21 lines
362 B
Plaintext

# 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