Skip to content

Commit 12760fc

Browse files
committed
added .gitignore file
1 parent 3c8eeb4 commit 12760fc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Local .terraform directories
2+
**/.terraform/*
3+
4+
# .tfstate files
5+
*.tfstate
6+
*.tfstate.*
7+
8+
# .tfvars files
9+
*.tfvars
10+
11+
# TF Plans
12+
**/plans
13+
14+
# Mac specific
15+
.idea
16+
.DS_Store

0 commit comments

Comments
 (0)