Explorar el Código

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

Fabian Peter Hammerle hace 6 años
padre
commit
e004fa531c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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