From aadf961bbbf2d2b83c48ead88b07531e5ea039b7 Mon Sep 17 00:00:00 2001 From: Eunyoung Jeong Date: Sat, 3 Feb 2024 13:19:56 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6f48bc5..9694cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# build result +/alpacon-cli + /bin # Goland @@ -5,4 +8,20 @@ dist/ -vendor/ \ No newline at end of file +vendor/ + +# 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 + +# Go workspace file +go.work