commit f5067501ab3660cecaf1b4f7916781c8311bb393 parent b251851da2452d0cb4b47c57b1c282a110c55ffe Author: Vincent Demeester <vincent@sbr.pm> Date: Thu, 26 Nov 2020 18:32:29 +0100 .gitattributes: add some git-annex attr Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | .gitattributes | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,11 @@ +* annex.largefiles=largerthan=200kb +*.org annex.largefiles=nothing +*.yaml annex.largefiles=nothing +*.html annex.largefiles=nothing +*.js annex.largefiles=nothing +*.css annex.largefiles=nothing +*.log annex.largefiles=nothing +*.nix annex.largefiles=nothing +*.el annex.largefiles=nothing +*.go annex.largefiles=nothing +*.sh annex.largefiles=nothing