File tree 1 file changed +70
-0
lines changed
1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change
1
+ # linux
2
+ * ~
3
+ .directory # KDE directory preferences
4
+ .Trash- * # Linux trash folder which might appear on any partition or disk
5
+
6
+ # macos
7
+ .DS_Store
8
+ .AppleDouble
9
+ .LSOverride
10
+ Icon # Icon must end with two \r
11
+ ._ * # Thumbnails
12
+ .DocumentRevisions-V100 # Files that might appear in the root of a volume
13
+ .fseventsd
14
+ .Spotlight-V100
15
+ .TemporaryItems
16
+ .Trashes
17
+ .VolumeIcon.icns
18
+ .AppleDB # Directories potentially created on remote AFP share
19
+ .AppleDesktop
20
+ Network Trash Folder
21
+ Temporary Items
22
+ .apdisk
23
+
24
+ # windows
25
+ Thumbs.db
26
+ ehthumbs.db
27
+ Desktop.ini
28
+ $RECYCLE.BIN /
29
+ * .cab # Windows Installer files
30
+ * .msi
31
+ * .msm
32
+ * .msp
33
+ * .lnk # Windows shortcuts
34
+
35
+ # idea
36
+ .idea
37
+ * .iml
38
+ out
39
+ gen
40
+
41
+ # sqlite
42
+ * .db
43
+ * .sqlite3
44
+
45
+
46
+ # java
47
+ * .class
48
+ .mtj.tmp / # Mobile Tools for Java (J2ME)
49
+ target / # Package Files #
50
+ * .jar
51
+ * .war
52
+ * .ear
53
+ hs_err_pid * # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
54
+
55
+ # python
56
+ ** /* .pyc
57
+ ** /__pycache__
58
+
59
+ # shared folders
60
+ dropbox_shared * /
61
+ github_shared * /
62
+ gdrive_shared * /
63
+
64
+ # external references
65
+ \! rel_ * /
66
+ \! ref_ * /
67
+
68
+ # ctag generated file
69
+ tags
70
+ .tags
You can’t perform that action at this time.
0 commit comments