smarticles101 9 лет назад
Родитель
Сommit
c712b32488
1 измененных файлов: 10 добавлений и 0 удалений
  1. 10
    0
      .gitattributes

+ 10
- 0
.gitattributes Просмотреть файл

@@ -0,0 +1,10 @@
1
+# Autodetect text files
2
+* text=auto
3
+
4
+# Force the following filetypes to have unix eols, so Windows does not break them
5
+*.* text eol=lf
6
+
7
+# Force images/fonts to be handled as binaries
8
+*.jpg binary
9
+*.jpeg binary
10
+*.png binary