2022-06-07 07:47:38 -04:00
|
|
|
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
bin
|
|
|
|
testbin/*
|
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
|
|
|
2023-12-06 04:01:39 -05:00
|
|
|
# We hold the charts in the internal/constellation/helm directory
|
2023-11-22 08:52:56 -05:00
|
|
|
chart/
|
2022-12-09 12:30:20 -05:00
|
|
|
bundle/
|
2022-12-06 12:48:01 -05:00
|
|
|
|
2022-06-07 07:47:38 -04:00
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
|
|
|
|
# editor and IDE paraphernalia
|
|
|
|
.idea
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*~
|