From f4ace393d32bebcc58679fa882928c47a3435e3e Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 1 Aug 2025 16:25:16 -0500 Subject: [PATCH] add a gitignore --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d980f83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# ---> Go +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# 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