armada-operator/.gitignore
Sergiy Markin 0e7d030b80 Preparation for osh-infra merger
Change-Id: I0dc6e4f89d6530bfa9387b606ea13b16a612366c
2025-03-29 00:10:53 +00:00

27 lines
398 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/*
Dockerfile.cross
# 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
!vendor/**/zz_generated.*
# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
.devcontainer/