summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorZettat123 <zettat123@noreply.gitea.io>2023-03-06 11:42:07 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2023-03-06 11:42:07 +0100
commitf24e0721dcdc047eeda37a9422507cefa2dda5fe (patch)
tree28a43efc31277d55d751f3805dd7f8eae5e2b62a /.gitignore
parentfix docker executor on windows and local actions (#34) (diff)
downloadforgejo-runner-f24e0721dcdc047eeda37a9422507cefa2dda5fe.tar.xz
forgejo-runner-f24e0721dcdc047eeda37a9422507cefa2dda5fe.zip
Add runner name to log (#37)
User can get the name of the runner that executed the specified job. ![image](/attachments/61328f68-7223-4345-85c7-ac08781e81db) Co-authored-by: Zettat123 <zettat123@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/37 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Zettat123 <zettat123@noreply.gitea.io> Co-committed-by: Zettat123 <zettat123@noreply.gitea.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 53d57e1..4e43895 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,8 @@ act_runner
.env
.runner
coverage.txt
-/gitea-vet \ No newline at end of file
+/gitea-vet
+
+# MS VSCode
+.vscode
+__debug_bin