mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-03-17 02:12:51 +01:00
fix: add secret to gitignore to ensure only template exists
This commit is contained in:
parent
a229c407af
commit
398194366b
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -12,8 +12,11 @@
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Ignore the built binary
|
# Ignore the built binary
|
||||||
cert-manager-webhook-example
|
cert-manager-desec-webhook
|
||||||
|
|
||||||
# Make artifacts
|
# Make artifacts
|
||||||
_out
|
_out
|
||||||
_test
|
_test
|
||||||
|
|
||||||
|
# Ensure the test secrets are not accidentally pushed
|
||||||
|
testdata/secret.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue