diff --git a/.gitignore b/.gitignore index b7bf04a..8b86695 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ .vscode/ .idea/ +# Path for actions cache created when running tests +pkg/runner/act/ + coverage.txt