32 lines
459 B
Plaintext
32 lines
459 B
Plaintext
# Terraform files
|
|
.terraform
|
|
terraform.tfstate
|
|
terraform.tfvars
|
|
*.tfstate*
|
|
*.zip
|
|
|
|
# OS X files
|
|
.history
|
|
.DS_Store
|
|
|
|
# IntelliJ files
|
|
.idea_modules
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.idea/
|
|
build/
|
|
*/build/
|
|
out/
|
|
|
|
# Go best practices dictate that libraries should not include the vendor directory
|
|
vendor
|
|
|
|
#VIM swap files
|
|
*.swp
|
|
|
|
.test-data
|
|
# Ignore Terraform lock files, as we want to test the Terraform code in these repos with the latest provider
|
|
# versions.
|
|
.terraform.lock.hcl
|