Skip to content

Commit

Permalink
Make 0-length files go to git
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 7, 2024
1 parent c3954ba commit 4e2a13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* annex.backend=MD5E
* annex.largefiles=(not(mimetype=text/*))
* annex.largefiles=(not(mimetype=text/*)and(largerthan=0))
**/.git* annex.largefiles=nothing

0 comments on commit 4e2a13c

Please sign in to comment.