Parcourir la source

Don't enforce line endings on binary files

arkon il y a 5 ans
Parent
commit
4bc5f1401f
1 fichiers modifiés avec 26 ajouts et 0 suppressions
  1. 26 0
      .gitattributes

+ 26 - 0
.gitattributes

@@ -1,2 +1,28 @@
 * text=auto
 * text eol=lf
+
+# Windows forced line-endings
+/.idea/* text eol=crlf
+
+*.png binary
+*.jpg binary
+*.jpeg binary
+*.gif binary
+*.ico binary
+*.mov binary
+*.mp4 binary
+*.mp3 binary
+*.flv binary
+*.fla binary
+*.swf binary
+*.gz binary
+*.zip binary
+*.7z binary
+*.ttf binary
+*.eot binary
+*.woff binary
+*.pyc binary
+*.pdf binary
+*.ez binary
+*.bz2 binary
+*.swp binary