We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b104d commit 9e9ea72Copy full SHA for 9e9ea72
.gitignore
@@ -0,0 +1,38 @@
1
+# Local .terraform directories
2
+**/.terraform/*
3
+
4
+# .tfstate files
5
+*.tfstate
6
+*.tfstate.*
7
+*.zip*
8
+*.tfvars
9
10
+# Local .terraform lock files
11
+*.lock.*
12
13
+# General
14
+.DS_Store
15
+.AppleDouble
16
+.LSOverride
17
18
+# Icon must end with two \r
19
+Icon
20
21
+# Thumbnails
22
+._*
23
24
+# Files that might appear in the root of a volume
25
+.DocumentRevisions-V100
26
+.fseventsd
27
+.Spotlight-V100
28
+.TemporaryItems
29
+.Trashes
30
+.VolumeIcon.icns
31
+.com.apple.timemachine.donotpresent
32
33
+# Directories potentially created on remote AFP share
34
+.AppleDB
35
+.AppleDesktop
36
+Network Trash Folder
37
+Temporary Items
38
+.apdisk
0 commit comments