Skip to content

Commit 49c94bf

Browse files
author
omerh
committed
added tf to gitifnore
1 parent 8b1aa77 commit 49c94bf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,19 @@ golang-impression-counter
1919
# vendor/
2020

2121
# Go workspace file
22-
go.work
22+
go.work
23+
24+
# Terraform
25+
# Local .terraform directories
26+
**/.terraform/*
27+
28+
# .tfstate files
29+
*.tfstate
30+
*.tfstate.*
31+
32+
# Crash log files
33+
crash.log
34+
crash.*.log
35+
36+
# Plan
37+
*.tfplan

0 commit comments

Comments
 (0)