diff options
author | Ryan (hackercat) <me@hackerc.at> | 2021-05-03 16:54:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 16:54:51 +0200 |
commit | b04d762614433695202ee1c12d16654b558165bc (patch) | |
tree | e9aea1ebb495146fb3886ee1d5cdc1e59a82cb6b /.gitignore | |
parent | fix: update readme with more relevant/updated information (#630) (diff) | |
download | forgejo-act-b04d762614433695202ee1c12d16654b558165bc.tar.xz forgejo-act-b04d762614433695202ee1c12d16654b558165bc.zip |
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 <cplee@nektos.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,4 +18,7 @@ .vscode/ .idea/ +# Path for actions cache created when running tests +pkg/runner/act/ + coverage.txt |