Skip to content

Commit

Permalink
Add Terraform and Kitchen state files to Dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jberlinsky committed Jun 17, 2019
1 parent cbf0893 commit f1606e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.git
.terraform
.terraform.d
.kitchen
terraform.tfstate.d
test/fixtures/*/.terraform
test/fixtures/*/terraform.tfstate.d
examples/.kitchen
examples/*/.terraform
examples/*/terraform.tfstate.d

0 comments on commit f1606e1

Please sign in to comment.