File tree 1 file changed +27
-6
lines changed
1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ crash.log
12
12
# .tfvars files are managed as part of configuration and so should be included in
13
13
# version control.
14
14
#
15
- # example.tfvars
15
+ * .zip *
16
+ * .tfvars
16
17
17
18
# Ignore override files as they are usually used to override resources locally and so
18
19
# are not checked in
@@ -21,9 +22,29 @@ override.tf.json
21
22
* _override.tf
22
23
* _override.tf.json
23
24
24
- # Include override files you do wish to add to version control using negated pattern
25
- #
26
- # !example_override.tf
25
+ # General
26
+ .DS_Store
27
+ .AppleDouble
28
+ .LSOverride
29
+
30
+ # Icon must end with two \r
31
+ Icon
32
+
33
+ # Thumbnails
34
+ ._ *
35
+
36
+ # Files that might appear in the root of a volume
37
+ .DocumentRevisions-V100
38
+ .fseventsd
39
+ .Spotlight-V100
40
+ .TemporaryItems
41
+ .Trashes
42
+ .VolumeIcon.icns
43
+ .com.apple.timemachine.donotpresent
27
44
28
- # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
29
- # example: *tfplan*
45
+ # Directories potentially created on remote AFP share
46
+ .AppleDB
47
+ .AppleDesktop
48
+ Network Trash Folder
49
+ Temporary Items
50
+ .apdisk
You can’t perform that action at this time.
0 commit comments