File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed
Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## macOS template
2+ * .DS_Store
3+ .AppleDouble
4+ .LSOverride
5+
6+ # Icon must end with two \r
7+ Icon
8+
9+
10+ # Thumbnails
11+ ._ *
12+
13+ # Files that might appear in the root of a volume
14+ .DocumentRevisions-V100
15+ .fseventsd
16+ .Spotlight-V100
17+ .TemporaryItems
18+ .Trashes
19+ .VolumeIcon.icns
20+ .com.apple.timemachine.donotpresent
21+
22+ # Directories potentially created on remote AFP share
23+ .AppleDB
24+ .AppleDesktop
25+ Network Trash Folder
26+ Temporary Items
27+ .apdisk
28+
29+ # ## Windows template
30+ # Windows thumbnail cache files
31+ Thumbs.db
32+ ehthumbs.db
33+ ehthumbs_vista.db
34+
35+ # Folder config file
36+ Desktop.ini
37+
38+ # Recycle Bin used on file shares
39+ $RECYCLE.BIN /
40+
41+ # Windows Installer files
42+ * .cab
43+ * .msi
44+ * .msm
45+ * .msp
46+
47+ # Windows shortcuts
48+ * .lnk
49+
50+ # ## Linux template
51+ * ~
52+
53+ # temporary files which can be created if a process still has a handle open of a deleted file
54+ .fuse_hidden *
55+
56+ # KDE directory preferences
57+ .directory
58+
59+ # Linux trash folder which might appear on any partition or disk
60+ .Trash- *
61+
62+ # .nfs files are created when an open file is removed but is still being accessed
63+ .nfs *
You can’t perform that action at this time.
0 commit comments