From 4c00f0e867de9f803d7e38c1ba99a4a6765b05de Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Mon, 23 Jan 2023 16:24:05 +0900 Subject: [PATCH] Update gitignore to ignore all shell scripts --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a208b0d..c537e40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ templates/*.yml -run.sh +*.sh