Merge pull request #29490 from hashicorp/dont-ignore-log-goldenfiles

Clean up ignored files
This commit is contained in:
Chris Arcand 2021-09-02 15:38:28 -05:00 committed by GitHub
commit 4f10de2ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

10
.gitignore vendored
View File

@ -1,9 +1,6 @@
*.dll *.dll
*.exe *.exe
.DS_Store .DS_Store
example.tf
terraform.tfplan
terraform.tfstate
bin/ bin/
modules-dev/ modules-dev/
/pkg/ /pkg/
@ -13,9 +10,6 @@ website/build
website/node_modules website/node_modules
.vagrant/ .vagrant/
*.backup *.backup
./*.tfstate
.terraform/
*.log
*.bak *.bak
*~ *~
.*.swp .*.swp
@ -27,9 +21,5 @@ website/node_modules
website/vendor website/vendor
vendor/ vendor/
# Test exclusions
!command/testdata/**/*.tfstate
!command/testdata/**/.terraform/
# Coverage # Coverage
coverage.txt coverage.txt