Ajout de CI et mise à jour dev avec la prod
Some checks failed
Déploiement DEV / deploy (push) Failing after 8s
Some checks failed
Déploiement DEV / deploy (push) Failing after 8s
This commit is contained in:
18
.gitattributes
vendored
Normal file
18
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user