Skip to content

Commit 1ef6b69

Browse files
committed
Update .gitignore to include Terraform and crash log files
1 parent fd959e8 commit 1ef6b69

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,18 @@ crashlytics-build.properties
2828
fabric.properties
2929
.idea/httpRequests
3030
.idea/caches/build_file_checksums.ser
31+
**/.terraform/*
32+
*.tfstate
33+
*.tfstate.*
34+
crash.log
35+
crash.*.log
36+
*.tfvars
37+
*.tfvars.json
38+
override.tf
39+
override.tf.json
40+
*_override.tf
41+
*_override.tf.json
42+
.terraform.tfstate.lock.info
43+
.terraformrc
44+
terraform.rc
45+
.terragrunt-cache

0 commit comments

Comments
 (0)