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+ vmrss
2+
3+ # If you prefer the allow list template instead of the deny list, see community template:
4+ # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
5+ #
6+ # Binaries for programs and plugins
7+ * .exe
8+ * .exe~
9+ * .dll
10+ * .so
11+ * .dylib
12+
13+ # Test binary, built with `go test -c`
14+ * .test
15+
16+ # Output of the go coverage tool, specifically when used with LiteIDE
17+ * .out
18+
19+ # Dependency directories (remove the comment below to include it)
20+ # vendor/
21+
22+ # Go workspace file
23+ go.work
Original file line number Diff line number Diff line change 1+ ---
2+ plugins :
3+ - " @semantic-release/commit-analyzer"
4+ - " @semantic-release/release-notes-generator"
5+ - " @semantic-release/github"
6+
7+ branches :
8+ - " main"
9+ - " +([0-9])?(.{+([0-9]),x}).x"
10+ - name : " alpha"
11+ prerelease : " alpha"
You can’t perform that action at this time.
0 commit comments