Skip to content

Commit 550c2d8

Browse files
authored
Add terraform.tfstate to .gitignore #104 (#111)
1 parent 4aedef9 commit 550c2d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
# Ignore local development variable file
88
backend.tfvars
9+
terraform.tfstate
910

1011
# Ignore override files
1112
*.tfoverride
@@ -20,5 +21,5 @@ terraform.rc
2021
# Ignore metadata files
2122
*.tfstate.lock.info
2223

23-
#Ignore lock file
24-
*.terraform.lock.hcl
24+
# Ignore lock file
25+
*.terraform.lock.hcl

0 commit comments

Comments
 (0)