cert-manager-webhook-dnsimple/.gitignore

27 lines
389 B
Text
Raw Normal View History

2024-04-02 14:01:36 -05:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
.idea
# 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
2024-07-09 15:44:52 -05:00
# direnv nix binaries
.direnv
2024-04-02 14:01:36 -05:00
# Make artifacts
_out
_test
# secrets
*.key
dnsimple-secret.yaml
2024-05-15 11:50:24 -05:00
.decrypted~*