ソースを参照

annex ignore: *.yaml & *.url

Fabian Peter Hammerle 5 年 前
コミット
50cbef6011
1 ファイル変更1 行追加1 行削除
  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