浏览代码

annex: do not annex *.yml files (directly add to repo instead)

Fabian Peter Hammerle 5 年之前
父节点
当前提交
e004fa531c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      gitconfig

+ 1 - 0
gitconfig

@@ -36,6 +36,7 @@
 
 [annex]
 	securehashesonly = true
+	largefiles = not (include=*.yml)
 	autocommit = false
 	# copy instead of hard-linking when unlocking
 	thin = false