Skip to content

Commit

Permalink
ignore local e2e files
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
schmichael committed Apr 27, 2021
1 parent d45a00d commit 8b8047a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b8047a

Please sign in to comment.