github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/.gitignore (about)

     1  # Terraform files
     2  .terraform
     3  terraform.tfstate
     4  terraform.tfvars
     5  *.tfstate*
     6  .terragrunt
     7  .terragrunt-cache
     8  .terraform.lock.hcl
     9  # IDE files
    10  .idea
    11  .vscode
    12  *.iml
    13  vendor
    14  
    15  # Folder used to store temporary test data by Terratest
    16  .test-data
    17  
    18  # rbenv
    19  .ruby-version
    20  
    21  # OS X
    22  .DS_Store
    23  # Intermediate file for testing
    24  kubeconfig
    25  
    26  # environment files
    27  .env