File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 11
11
# Generated files
12
12
bin /
13
13
gen /
14
- obj /
15
14
16
15
# Gradle files
17
16
.gradle /
18
17
build /
19
18
19
+ # IntelliJ User-specific configurations
20
+ .idea /
21
+ * .iml
22
+
23
+ # Eclipse User-specific configurations
24
+ .project
25
+ .classpath
26
+ .settings /
27
+
20
28
# Local configuration file (sdk path, etc)
21
29
local.properties
22
30
23
31
# Proguard folder generated by Eclipse
24
32
proguard /
25
33
26
- # Log Files
27
- * .log
28
-
29
34
# =========================
30
35
# Operating System Files
31
36
# =========================
@@ -37,7 +42,7 @@ proguard/
37
42
.AppleDouble
38
43
.LSOverride
39
44
40
- # Icon must end with two \r
45
+ # Icon must ends with two \r.
41
46
Icon
42
47
43
48
# Thumbnails
46
51
# Files that might appear on external disk
47
52
.Spotlight-V100
48
53
.Trashes
49
-
50
- # Directories potentially created on remote AFP share
51
- .AppleDB
52
- .AppleDesktop
53
- Network Trash Folder
54
- Temporary Items
55
- .apdisk
56
54
57
55
# Windows
58
56
# =========================
You can’t perform that action at this time.
0 commit comments