File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1313
1414# Dependency directories (remove the comment below to include it)
1515# vendor/
16+
17+ # Created by https://www.toptal.com/developers/gitignore/api/macos
18+ # Edit at https://www.toptal.com/developers/gitignore?templates=macos
19+
20+ # ## macOS ###
21+ # General
22+ .DS_Store
23+ .AppleDouble
24+ .LSOverride
25+
26+ # Icon must end with two \r
27+ Icon
28+
29+
30+ # Thumbnails
31+ ._ *
32+
33+ # Files that might appear in the root of a volume
34+ .DocumentRevisions-V100
35+ .fseventsd
36+ .Spotlight-V100
37+ .TemporaryItems
38+ .Trashes
39+ .VolumeIcon.icns
40+ .com.apple.timemachine.donotpresent
41+
42+ # Directories potentially created on remote AFP share
43+ .AppleDB
44+ .AppleDesktop
45+ Network Trash Folder
46+ Temporary Items
47+ .apdisk
48+
49+ # ## macOS Patch ###
50+ # iCloud generated files
51+ * .icloud
52+
53+ # End of https://www.toptal.com/developers/gitignore/api/macos
You can’t perform that action at this time.
0 commit comments