File tree Expand file tree Collapse file tree 1 file changed +116
-7
lines changed Expand file tree Collapse file tree 1 file changed +116
-7
lines changed Original file line number Diff line number Diff line change
1
+ # ######################
2
+ # Android development #
3
+ # ######################
4
+
5
+ # Built application files
6
+ * .apk
7
+ * .ap_
8
+
9
+ # Files for the ART/Dalvik VM
10
+ * .dex
11
+
12
+ # Java class files
13
+ * .class
14
+
15
+ # Generated files
16
+ bin /
17
+ gen /
18
+ out /
19
+
20
+ # Gradle files
21
+ .gradle /
22
+ build /
23
+
24
+ # Local configuration file (sdk path, etc)
25
+ local.properties
26
+
27
+ # Proguard folder generated by Eclipse
28
+ proguard /
29
+
30
+ # Log Files
31
+ * .log
32
+
33
+ # Android Studio Navigation editor temp files
34
+ .navigation /
35
+
36
+ # Android Studio captures folder
37
+ captures /
38
+
39
+ # Intellij
1
40
* .iml
2
- .gradle
3
- /local.properties
4
- /.idea /workspace.xml
5
- /.idea /libraries
6
- .DS_Store
7
- /build
8
- /captures
41
+ .idea /workspace.xml
42
+ .idea /libraries
43
+
44
+ # Keystore files
45
+ * .jks
46
+
47
+ # ##########
48
+ # Windows #
49
+ # ##########
50
+
51
+ # Windows image file caches
52
+ Thumbs.db
53
+ ehthumbs.db
54
+
55
+ # Folder config file
56
+ Desktop.ini
57
+
58
+ # Recycle Bin used on file shares
59
+ $RECYCLE.BIN /
60
+
61
+ # Windows Installer files
62
+ * .cab
63
+ * .msi
64
+ * .msm
65
+ * .msp
66
+
67
+ # Windows shortcuts
68
+ * .lnk
69
+
70
+ # ########
71
+ # Linux #
72
+ # ########
73
+
74
+ # Backup files (created by some editors)
75
+ * ~
76
+ * .bak
77
+
78
+ # temporary files which can be created if a process still has a handle open of a deleted file
79
+ .fuse_hidden *
80
+
81
+ # KDE directory preferences
82
+ .directory
83
+
84
+ # Linux trash folder which might appear on any partition or disk
85
+ .Trash- *
86
+
87
+ # ########
88
+ # macOS #
89
+ # ########
90
+
91
+ * .DS_Store
92
+ .AppleDouble
93
+ .LSOverride
94
+
95
+ # Icon must end with two \r
96
+ Icon
97
+
98
+
99
+ # Thumbnails
100
+ ._ *
101
+
102
+ # Files that might appear in the root of a volume
103
+ .DocumentRevisions-V100
104
+ .fseventsd
105
+ .Spotlight-V100
106
+ .TemporaryItems
107
+ .Trashes
108
+ .VolumeIcon.icns
109
+ .com.apple.timemachine.donotpresent
110
+
111
+ # Directories potentially created on remote AFP share
112
+ .AppleDB
113
+ .AppleDesktop
114
+ Network Trash Folder
115
+ Temporary Items
116
+ .apdisk
117
+
9
118
/DaoGenerator /out
You can’t perform that action at this time.
0 commit comments