Skip to content

Commit e152155

Browse files
Update .gitignore to support terraform modules
1 parent 4298c5a commit e152155

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@
2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
2424
replay_pid*
25+
26+
# Infrastructure Tools
27+
.terraform/
28+
*.tfstate*
29+
*.retry
30+
.env

0 commit comments

Comments
 (0)