The Wayback Machine - https://web.archive.org./web/20220306014443/https://github.com/hashicorp/terraform/commit/9e71da61eb683f461a339cb6244e5a02130a7f1f
Skip to content
Permalink
Browse files
Remove several ignore rules
The main purpose of this change is to avoid a problem where new golden
files added to certain directories for test purposes (like .log)
shouldn't be ignored.

Cleaning up a bit more and broadening the definition, this removes
ignore rules for artifacts of Terraform itself (state files, plans).
It's generally not recommended to be using this codebase as your
Terraform working directory anyway; build here, test elsewhere.
  • Loading branch information
chrisarcand committed Sep 1, 2021
1 parent 7c02ef6 commit 9e71da61eb683f461a339cb6244e5a02130a7f1f
Showing with 0 additions and 10 deletions.
  1. +0 −10 .gitignore
@@ -1,9 +1,6 @@
*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
terraform.tfstate
bin/
modules-dev/
/pkg/
@@ -13,9 +10,6 @@ website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
@@ -27,9 +21,5 @@ website/node_modules
website/vendor
vendor/

# Test exclusions
!command/testdata/**/*.tfstate
!command/testdata/**/.terraform/

# Coverage
coverage.txt

0 comments on commit 9e71da6

Please sign in to comment.