Browse Source

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

Fabian Peter Hammerle 5 năm trước cách đây
mục cha
commit
e004fa531c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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