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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -25,3 +25,7 @@ website/node_modules
|
|||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
website/vendor
|
website/vendor
|
||||||
|
|
||||||
|
# Test exclusions
|
||||||
|
!command/test-fixtures/**/*.tfstate
|
||||||
|
!command/test-fixtures/**/.terraform/
|
||||||
|
Reference in New Issue
Block a user