ci: add e2e kustomization.yaml to .gitignore

Running e2e tests generates temporary kustomization.yaml files.
The uncommitted ci task would fail if it finds one of these during its
run, so we add the path to the .gitignore.

Fixes #111

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2024-12-16 10:25:38 +01:00
parent a1a35503dc
commit b778a0d753
No known key found for this signature in database
GPG Key ID: C3867DCF133BFEB6

2
.gitignore vendored
View File

@ -37,6 +37,8 @@ go.work
# E2e test artifacts
test/e2e/bin
test/e2e/kustomization.yaml
# Test registry certificates
certs/
# Utility dir for manifest build