Skip to content

Commit 2521ede

Browse files
committed
updated .gitignore
1 parent 4337399 commit 2521ede

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Local .terraform directories
22
**/.terraform/*
3+
**/.terrafor*
34

45
# .tfstate files
56
*.tfstate
@@ -12,7 +13,6 @@ crash.log
1213
# .tfvars files are managed as part of configuration and so should be included in
1314
# version control.
1415
#
15-
*.zip*
1616
*.tfvars
1717

1818
# Ignore override files as they are usually used to override resources locally and so
@@ -24,6 +24,9 @@ override.tf.json
2424

2525
# General
2626
.DS_Store
27+
**/.DS_Store
28+
*.tgz
29+
*.zip
2730
.AppleDouble
2831
.LSOverride
2932

0 commit comments

Comments
 (0)