mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ignore local e2e files
- nomad-driver-ecs is an optional plugin to packer into ami - ecs.vars is generated by tf - *.auto.tfvars is just a style I use for local var overrides
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -112,3 +112,12 @@ e2e/terraform/keys/
|
||||
|
||||
# debug bundles
|
||||
nomad-debug-*
|
||||
|
||||
# locally compiled ecs driver for e2e testing
|
||||
e2e/terraform/packer/ubuntu-bionic-amd64/nomad-driver-ecs
|
||||
|
||||
# generated variables for e2e tests
|
||||
e2e/remotetasks/input/ecs.vars
|
||||
|
||||
# local terraform overrides
|
||||
*.auto.tfvars
|
||||
|
||||
Reference in New Issue
Block a user