2024-12-27 19:32:15 +00:00
|
|
|
# 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
|
2024-12-26 23:52:55 +00:00
|
|
|
|
2024-12-27 19:32:15 +00:00
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
2024-12-26 23:52:55 +00:00
|
|
|
|
2024-12-27 19:32:15 +00:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2024-12-26 23:52:55 +00:00
|
|
|
|
2024-12-27 19:32:15 +00:00
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2024-12-26 23:52:55 +00:00
|
|
|
|
2024-12-27 19:32:15 +00:00
|
|
|
# Go workspace file
|
|
|
|
go.work
|
|
|
|
go.work.sum
|
2024-12-26 23:52:55 +00:00
|
|
|
|
2024-12-27 19:32:15 +00:00
|
|
|
# env file
|
|
|
|
.env
|
2024-12-26 23:52:55 +00:00
|
|
|
|
2024-12-27 19:32:15 +00:00
|
|
|
# MAC OS
|
|
|
|
.DS_Store
|
2024-12-26 23:52:55 +00:00
|
|
|
|
2024-12-27 19:32:15 +00:00
|
|
|
# Node.js
|
|
|
|
node_modules/
|
|
|
|
package-lock.json
|