gitignore should ignore test files that use .terraform/tfstate
This commit is contained in:
parent
cae907bc83
commit
3e47bad40a
|
@ -25,3 +25,7 @@ website/node_modules
|
|||
*.iml
|
||||
|
||||
website/vendor
|
||||
|
||||
# Test exclusions
|
||||
!command/test-fixtures/**/*.tfstate
|
||||
!command/test-fixtures/**/.terraform/
|
||||
|
|
Loading…
Reference in New Issue