From b04d762614433695202ee1c12d16654b558165bc Mon Sep 17 00:00:00 2001 From: "Ryan (hackercat)" Date: Mon, 3 May 2021 16:54:51 +0200 Subject: [PATCH] feat: Don't push `pkg/runner/act/` where actions cache is stored (#620) This will prevent pushing `act` cache that happens occasionally. Co-authored-by: Casey Lee --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b7bf04ad..8b866958 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ .vscode/ .idea/ +# Path for actions cache created when running tests +pkg/runner/act/ + coverage.txt