mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-02-14 09:59:53 +00:00
34 lines
416 B
Plaintext
34 lines
416 B
Plaintext
# goreleaser is run via a wrapper that creates .goreleaser.yml from .goreleaser.yml.envsubst
|
|
.goreleaser.yml
|
|
# dist
|
|
# # Binaries for programs and plugins
|
|
.go-version
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
polaris
|
|
|
|
!cmd/polaris
|
|
!deploy/helm/polaris
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
/*.out
|
|
|
|
Tiltfile
|
|
main
|
|
.DS_Store
|
|
|
|
dist
|
|
.vscode
|
|
|
|
*-test.yaml
|
|
|
|
node_modules
|
|
/dist
|
|
docs/README.md
|