github.com/tetrafolium/tflint@v0.8.0/tflint/test-fixtures/v0.11.0_module/.terraform/modules/abc3234899392665e7e4875ddfd1340d/hashicorp-terraform-aws-consul-ee980b4/.gitignore (about)

     1  # Terraform files
     2  .terraform
     3  terraform.tfstate
     4  terraform.tfvars
     5  *.tfstate*
     6  
     7  # OS X files
     8  .history
     9  .DS_Store
    10  
    11  # IntelliJ files
    12  .idea_modules
    13  *.iml
    14  *.iws
    15  *.ipr
    16  .idea/
    17  build/
    18  */build/
    19  out/
    20  
    21  # Go best practices dictate that libraries should not include the vendor directory
    22  vendor