github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/.gitignore (about)

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