File tree Expand file tree Collapse file tree 1 file changed +64
-4
lines changed Expand file tree Collapse file tree 1 file changed +64
-4
lines changed Original file line number Diff line number Diff line change 11
2- # Created by https://www.gitignore.io/api/gitbook
2+ # Created by https://www.gitignore.io/api/linux,macos,windows, gitbook
33
44# ## GitBook ###
55# Node rules:
1919* .mobi
2020* .pdf
2121
22- # Other
23- * .xcf
22+ # ## Linux ###
23+ * ~
2424
25- # End of https://www.gitignore.io/api/gitbook
25+ # temporary files which can be created if a process still has a handle open of a deleted file
26+ .fuse_hidden *
2627
28+ # KDE directory preferences
29+ .directory
30+
31+ # Linux trash folder which might appear on any partition or disk
32+ .Trash- *
33+
34+ # .nfs files are created when an open file is removed but is still being accessed
35+ .nfs *
36+
37+ # ## macOS ###
38+ * .DS_Store
39+ .AppleDouble
40+ .LSOverride
41+
42+ # Icon must end with two \r
43+ Icon
44+
45+ # Thumbnails
46+ ._ *
47+
48+ # Files that might appear in the root of a volume
49+ .DocumentRevisions-V100
50+ .fseventsd
51+ .Spotlight-V100
52+ .TemporaryItems
53+ .Trashes
54+ .VolumeIcon.icns
55+ .com.apple.timemachine.donotpresent
56+
57+ # Directories potentially created on remote AFP share
58+ .AppleDB
59+ .AppleDesktop
60+ Network Trash Folder
61+ Temporary Items
62+ .apdisk
63+
64+ # ## Windows ###
65+ # Windows thumbnail cache files
66+ Thumbs.db
67+ ehthumbs.db
68+ ehthumbs_vista.db
69+
70+ # Folder config file
71+ Desktop.ini
72+
73+ # Recycle Bin used on file shares
74+ $RECYCLE.BIN /
75+
76+ # Windows Installer files
77+ * .cab
78+ * .msi
79+ * .msm
80+ * .msp
81+
82+ # Windows shortcuts
83+ * .lnk
84+
85+
86+ # End of https://www.gitignore.io/api/linux,macos,windows,gitbook
You can’t perform that action at this time.
0 commit comments