Selaa lähdekoodia

annex ignore: *.yaml & *.url

Fabian Peter Hammerle 5 vuotta sitten
vanhempi
commit
50cbef6011
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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