diff options
| author | garder500 <65552225+garder500@users.noreply.github.com> | 2025-10-26 21:44:39 +0900 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 21:44:39 +0900 | 
| commit | 20fc0691d0ce93476f51d4718bf9f343d470f13b (patch) | |
| tree | ea9b439550ad0f818f986352acb3625ebb8939c6 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 32 | 
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aaadf73 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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 + +# Code coverage profiles and other test artifacts +*.out +coverage.* +*.coverprofile +profile.cov + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env + +# Editor/IDE +# .idea/ +# .vscode/  | 
