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