From 4d6c737b5ddb3cc231f522b479471afe948e910a Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Thu, 18 Mar 2021 04:18:39 +0000 Subject: [PATCH] Never add temporary directories to repo This requires at least Git 1.9.0. --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 865991455f..df08b40370 100755 --- a/run +++ b/run @@ -43,6 +43,6 @@ fi printf "%s\n" "${profiles[@]}" | LC_ALL=C sort >dockerhub-metadata.profiles # git stuffs -git add --all +git add --all -- ':!.tmp.*' git commit --message 'Automatic run' git push