cert-manager-webhook-dnsimple/.gitignore

33 lines
421 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
2024-08-01 15:45:38 -05:00
cert-manager-webhook-dnsimple
2024-04-02 14:01:36 -05:00
2024-07-09 15:44:52 -05:00
# direnv nix binaries
.direnv
2024-04-02 14:01:36 -05:00
# Make artifacts
_out
_test
dist
2024-04-02 14:01:36 -05:00
2024-08-01 12:44:50 -05:00
# act
.github
2024-04-02 14:01:36 -05:00
# secrets
*.key
dnsimple-secret.yaml
2024-08-01 10:50:47 -05:00
.decrypted~*
2024-08-01 12:44:50 -05:00
.op