File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # If you prefer the allow list template instead of the deny list, see community template:
2- # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3- #
4- # Binaries for programs and plugins
5- * .exe
6- * .exe~
7- * .dll
8- * .so
9- * .dylib
10-
11- # Test binary, built with `go test -c`
12- * .test
13-
14- # Code coverage profiles and other test artifacts
1+ # Binaries
2+ cortex
3+ cortex.exe
154* .out
16- coverage. *
17- * .coverprofile
18- profile.cov
5+ * .test
6+ * .bench
197
20- # Dependency directories (remove the comment below to include it)
21- # vendor/
8+ # Build output
9+ dist /
10+ bin /
2211
23- # Go workspace file
12+ # Go workspace
2413go.work
2514go.work.sum
2615
27- # env file
16+ # Dependencies
17+ vendor /
18+
19+ # Config & secrets
2820.env
21+ .env. *
22+ config.yaml
23+ config.yml
24+ * .local.yaml
25+
26+ # IDE
27+ .vscode /
28+ .idea /
29+ * .swp
30+ * .swo
31+
32+ # OS
33+ .DS_Store
34+ Thumbs.db
35+
36+ # Test coverage
37+ coverage.out
38+ coverage.html
2939
30- # Editor/IDE
31- # .idea/
32- # .vscode/
40+ # GoReleaser
41+ .goreleaser-local.yml
You can’t perform that action at this time.
0 commit comments