cert-manager-webhook-example/.gitignore
Marcin Maciaszczyk 8c15be2043 update .gitignore
2025-06-30 09:56:23 +02:00

23 lines
No EOL
314 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Ignore the built binary
cert-manager-webhook-example
# Make artifacts
_out
_test
# IDE specific files
.idea/
.vscode/