gitignore should ignore test files that use .terraform/tfstate

This commit is contained in:
Mitchell Hashimoto 2017-01-18 20:46:18 -08:00
parent cae907bc83
commit 3e47bad40a
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -25,3 +25,7 @@ website/node_modules
*.iml
website/vendor
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/