diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f4499bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +# Normalise les fins de ligne : LF dans le repo, natif en working copy +* text=auto eol=lf + +# Fichiers texte explicites +*.ts text eol=lf +*.js text eol=lf +*.json text eol=lf +*.css text eol=lf +*.html text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.yaml text eol=lf + +# Binaires — pas de conversion +*.ico binary +*.png binary +*.jpg binary +*.exe binary +*.node binary