Explorar el Código

annex ignore: *.yaml & *.url

Fabian Peter Hammerle hace 5 años
padre
commit
50cbef6011
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gitconfig

+ 1 - 1
gitconfig

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