From 2e397e1b028fc74c1c97807f8b27c71cdc663348 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 22 Jul 2024 21:37:31 +0000 Subject: [PATCH] Add .gitignore (#28) Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/28 --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e94bfe --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ + +### Go ### +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +vendor/ + +# Go workspace file +go.work + +### IDE ### +.vscode/