E2E: update .gitignore files to avoid committing runtime files (#24855)

In #24694 we did a major refactoring of the E2E Terraform configuration. After
deploying a cluster this morning, I noticed a few moved/removed files were not
reflected in the .gitignore files. This changeset updates the .gitignore to have
no unstaged files after applying.
This commit is contained in:
Tim Gross
2025-01-14 12:16:01 -05:00
committed by GitHub
parent 87f1427d9e
commit ef366ee166
3 changed files with 7 additions and 2 deletions

1
e2e/.gitignore vendored
View File

@@ -1 +0,0 @@
provisioning.json

2
e2e/terraform/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
custom.tfvars
remotetasks/

View File

@@ -1,3 +1,7 @@
*.zip
uploads/
custom.tfvars
# ephemeral objects added by module
provision-nomad/uploads/
keys/
csi/