File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed
Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change 1+ # Created by https://www.gitignore.io
2+
3+ # ## Linux ###
4+ * ~
5+
6+ # KDE directory preferences
7+ .directory
8+
9+
10+ # ## OSX ###
11+ .DS_Store
12+ .AppleDouble
13+ .LSOverride
14+
15+ # Icon must end with two \r
16+ Icon
17+
18+ # Thumbnails
19+ ._ *
20+
21+ # Files that might appear on external disk
22+ .Spotlight-V100
23+ .Trashes
24+
25+ # Directories potentially created on remote AFP share
26+ .AppleDB
27+ .AppleDesktop
28+ Network Trash Folder
29+ Temporary Items
30+ .apdisk
31+
32+
33+ # ## Windows ###
34+ # Windows image file caches
35+ Thumbs.db
36+ ehthumbs.db
37+
38+ # Folder config file
39+ Desktop.ini
40+
41+ # Recycle Bin used on file shares
42+ $RECYCLE.BIN /
43+
44+ # Windows Installer files
45+ * .cab
46+ * .msi
47+ * .msm
48+ * .msp
49+
50+ # Windows shortcuts
51+ * .lnk
52+
53+
54+ # ## Android ###
155# Built application files
256* .apk
357* .ap_
@@ -24,3 +78,13 @@ proguard/
2478
2579# Log Files
2680* .log
81+
82+
83+ # ## vim ###
84+ [._ ]* .s [a-w ][a-z ]
85+ [._ ]s [a-w ][a-z ]
86+ * .un~
87+ Session.vim
88+ .netrwhist
89+ * ~
90+
You can’t perform that action at this time.
0 commit comments