summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRyan (hackercat) <me@hackerc.at>2021-05-03 16:54:51 +0200
committerGitHub <noreply@github.com>2021-05-03 16:54:51 +0200
commitb04d762614433695202ee1c12d16654b558165bc (patch)
treee9aea1ebb495146fb3886ee1d5cdc1e59a82cb6b /.gitignore
parentfix: update readme with more relevant/updated information (#630) (diff)
downloadforgejo-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--.gitignore3
1 files changed, 3 insertions, 0 deletions
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