Files
ecurie-website/.gitattributes
Christian CUNAT-BRULE 7550bd1a30
All checks were successful
Déploiement DEV / deploy (push) Successful in 8s
Edition de connexion_sql et ajout de gitignore et gitattributes et env
2026-08-06 21:34:19 +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