dd-timer/.gitattributes
POL Mickaël 3e485fd09b chore: normalise fins de ligne CRLF → LF dans tout le repo
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>
2026-04-06 08:55:10 +02:00

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