Browse Source

Instruct annex to add text files to Git

Luke Chang 3 years ago
parent
commit
65b3723efb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitattributes

+ 2 - 1
.gitattributes

@@ -1,3 +1,4 @@
 
 * annex.backend=MD5E
-**/.git* annex.largefiles=nothing
+**/.git* annex.largefiles=nothing
+* annex.largefiles=((mimeencoding=binary)and(largerthan=0))