armada-go/.gitignore
Sergiy Markin d502432266 Preparation for osh-infra merger
Change-Id: I83e600cba33f42775d2140b6fd6536ad88467fe5
2025-03-29 01:08:05 +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/