Skip to content

Commit f76b4de

Browse files
feat(infra): Ignoring local Terraform files (#5227)
* feat(infra): Ignoring local Terraform files * Addressing some comments
1 parent a5a516f commit f76b4de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ settings.json
2727
/deployment/data/nginx/app.conf
2828
*.sw?
2929
/backend/tests/regression/answer_quality/search_test_config.yaml
30+
31+
# Local .terraform directories
32+
**/.terraform/*
33+
34+
# Local .tfstate files
35+
*.tfstate
36+
*.tfstate.*
37+
38+
# Local .terraform.lock.hcl file
39+
.terraform.lock.hcl

0 commit comments

Comments
 (0)