fix: add secret to gitignore to ensure only template exists

This commit is contained in:
Marc Singer 2026-02-15 00:21:00 +01:00
parent a229c407af
commit 398194366b

5
.gitignore vendored
View file

@ -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