Skip to content

Commit 6308004

Browse files
chore: Add macOS files to .gitignore
1 parent c19c9fd commit 6308004

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,30 @@ coverage.xml
1313

1414
# mkdocs
1515
site/
16+
17+
# General
18+
.DS_Store
19+
__MACOSX/
20+
.AppleDouble
21+
.LSOverride
22+
Icon[
23+
]
24+
25+
# Thumbnails
26+
._*
27+
28+
# Files that might appear in the root of a volume
29+
.DocumentRevisions-V100
30+
.fseventsd
31+
.Spotlight-V100
32+
.TemporaryItems
33+
.Trashes
34+
.VolumeIcon.icns
35+
.com.apple.timemachine.donotpresent
36+
37+
# Directories potentially created on remote AFP share
38+
.AppleDB
39+
.AppleDesktop
40+
Network Trash Folder
41+
Temporary Items
42+
.apdisk

0 commit comments

Comments
 (0)