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