diff options
author | Samuel Johnson <[email protected]> | 2025-02-10 02:19:21 -0500 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-02-10 02:19:21 -0500 |
commit | 9de239a9badbbc075f1cc8079a6435f0780e5d26 (patch) | |
tree | 559f29f7c3a0213a4fd712f4f325f5f820e6ca79 /.gitignore |
But it was a beginningtrunk
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88753d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# 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 + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env + +*.swp + +build/ |