Applique .gitattributes sur tous les fichiers existants. Élimine les différences fantômes entre WSL et Windows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
388 B
Plaintext
Executable File
20 lines
388 B
Plaintext
Executable File
# 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
|