From a4366c7395dcf0d2600d8eaa21cedd2e45525a3e Mon Sep 17 00:00:00 2001 From: Maximilian Date: Mon, 6 Mar 2023 21:23:56 -0600 Subject: [PATCH] Add more to .gitignore --- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4fc0bb..0b7a05e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,26 @@ +# GoWeb specific env.json logs/ *.log -/.idea \ No newline at end of file + +# 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 +vendor/ + +# Go workspace file +go.work + +# IDE files +/.idea