Skip to content
Extraits de code Groupes Projets
Valider 0e9d98d8 rédigé par mattab's avatar mattab
Parcourir les fichiers

Make fonts binary in gitattributes

parent 7d6e24bf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
# Auto detect text files and perform LF normalization
# auto detect text files and perform LF normalization
* text eol=lf
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
# text
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
......@@ -15,19 +12,10 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# BS3
*.eot diff=astextplain
*.EOT diff=astextplain
*.svg diff=astextplain
*.SVG diff=astextplain
*.ttf diff=astextplain
*.TTF diff=astextplain
*.woff diff=astextplain
*.WOFF diff=astextplain
*.woff2 diff=astextplain
*.WOFF2 diff=astextplain
# binary
*.z binary
*.xls binary
*.xlsx binary
......@@ -38,3 +26,16 @@
*.bz2 binary
*.pdf binary
*.jar binary
# fonts
*.eot binary
*.EOT binary
*.ttf binary
*.TTF binary
*.woff binary
*.WOFF binary
*.woff2 binary
*.WOFF2 binary
# Custom for Visual Studio
*.cs diff=csharp
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter