0
|
1 /target
|
|
2
|
|
3 # Created by https://www.toptal.com/developers/gitignore/api/macos
|
|
4 # Edit at https://www.toptal.com/developers/gitignore?templates=macos
|
|
5
|
|
6 ### macOS ###
|
|
7 # General
|
|
8 .DS_Store
|
|
9 .AppleDouble
|
|
10 .LSOverride
|
|
11
|
|
12 # Icon must end with two \r
|
|
13 Icon
|
|
14
|
|
15 # Thumbnails
|
|
16 ._*
|
|
17
|
|
18 # Files that might appear in the root of a volume
|
|
19 .DocumentRevisions-V100
|
|
20 .fseventsd
|
|
21 .Spotlight-V100
|
|
22 .TemporaryItems
|
|
23 .Trashes
|
|
24 .VolumeIcon.icns
|
|
25 .com.apple.timemachine.donotpresent
|
|
26
|
|
27 # Directories potentially created on remote AFP share
|
|
28 .AppleDB
|
|
29 .AppleDesktop
|
|
30 Network Trash Folder
|
|
31 Temporary Items
|
|
32 .apdisk
|
|
33
|
|
34 # End of https://www.toptal.com/developers/gitignore/api/macos
|