Skip to content

Commit 10905e4

Browse files
committed
improve gitignore
1 parent 5e4e27d commit 10905e4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# Local .terraform directories
1+
# Local hidden directories
22
**/.terraform/*
3+
**/.backup/*
34

4-
# .tfstate files
5-
**/*.tf*
5+
# Local .tfstate files
6+
*.tfstate
7+
*.tfstate.*
8+
9+
# Zipped lambda function
10+
google_function/demo.*

0 commit comments

Comments
 (0)