mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
gitignore should ignore test files that use .terraform/tfstate
This commit is contained in:
parent
cae907bc83
commit
3e47bad40a
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
Block a user