# 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
