2022-06-07 13:47:38 +02: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 10:01:39 +01:00
|
|
|
# We hold the charts in the internal/constellation/helm directory
|
2023-11-22 14:52:56 +01:00
|
|
|
chart/
|
2022-12-09 18:30:20 +01:00
|
|
|
bundle/
|
2022-12-06 18:48:01 +01:00
|
|
|
|
2022-06-07 13:47:38 +02:00
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
|
|
|
|
# editor and IDE paraphernalia
|
|
|
|
.idea
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*~
|