Skip to content

Commit e35c51d

Browse files
authored
Update .gitignore
1 parent 06d55c7 commit e35c51d

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

.gitignore

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ crash.log
1212
# .tfvars files are managed as part of configuration and so should be included in
1313
# version control.
1414
#
15-
# example.tfvars
15+
*.zip*
16+
*.tfvars
1617

1718
# Ignore override files as they are usually used to override resources locally and so
1819
# are not checked in
@@ -21,9 +22,29 @@ override.tf.json
2122
*_override.tf
2223
*_override.tf.json
2324

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
2744

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

0 commit comments

Comments
 (0)