File tree 1 file changed +73
-0
lines changed
1 file changed +73
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Created by https://www.gitignore.io/api/linux,macos,windows
2
+ # Edit at https://www.gitignore.io/?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
+ # ## Windows ###
48
+ # Windows thumbnail cache files
49
+ Thumbs.db
50
+ Thumbs.db:encryptable
51
+ ehthumbs.db
52
+ ehthumbs_vista.db
53
+
54
+ # Dump file
55
+ * .stackdump
56
+
57
+ # Folder config file
58
+ [Dd ]esktop.ini
59
+
60
+ # Recycle Bin used on file shares
61
+ $RECYCLE.BIN /
62
+
63
+ # Windows Installer files
64
+ * .cab
65
+ * .msi
66
+ * .msix
67
+ * .msm
68
+ * .msp
69
+
70
+ # Windows shortcuts
71
+ * .lnk
72
+
73
+ # End of https://www.gitignore.io/api/linux,macos,windows
You can’t perform that action at this time.
0 commit comments