19 lines
338 B
Plaintext
19 lines
338 B
Plaintext
# Fins de ligne : toujours LF dans le dépôt (évite les conflits Linux/Windows)
|
|
* text=auto eol=lf
|
|
|
|
# Fichiers binaires : pas de conversion
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.webp binary
|
|
*.pdf binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
|
|
# Scripts shell : toujours LF
|
|
*.sh text eol=lf
|