1
0
mirror of synced 2025-12-19 09:50:33 -05:00
Files
terraform-google-sql/.gitignore
2021-04-22 08:10:13 +08:00

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