Commit 36f4212 1 parent 4b802b7 commit 36f4212 Copy full SHA for 36f4212
File tree 1 file changed +11
-43
lines changed
1 file changed +11
-43
lines changed Original file line number Diff line number Diff line change 2
2
3
3
.gradle /
4
4
build /
5
- classes /
6
- out /
7
5
8
- # idea
6
+ # IDEs
9
7
10
8
.idea /
9
+ .settings /
10
+ .vscode /
11
+ bin /
12
+ classes /
13
+ out /
14
+ .classpath
15
+ .project
11
16
* .iml
12
17
* .ipr
13
18
* .iws
19
+ * .launch
14
20
15
21
# fabric
16
22
17
23
run /
18
24
19
- # vsbad
20
- .vscode /
21
-
22
- # ## Kotlin template
23
- # Compiled class file
25
+ # build artifacts
24
26
* .class
25
-
26
- # Log file
27
27
* .log
28
-
29
- # BlueJ files
30
- * .ctxt
31
-
32
- # Mobile Tools for Java (J2ME)
33
- .mtj.tmp /
34
-
35
- # Package Files #
36
28
* .jar
37
- * .war
38
- * .nar
39
- * .ear
40
- * .zip
41
- * .tar.gz
42
- * .rar
43
29
44
30
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
45
31
hs_err_pid *
46
- # ## Gradle template
47
- .gradle
48
- /build /
49
-
50
- # Ignore Gradle GUI config
51
- gradle-app.setting
52
32
53
33
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
54
34
! ** /gradle-wrapper.jar
55
35
56
- # Cache of project
57
- .gradletasknamecache
58
-
59
- # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
60
- # gradle/wrapper/gradle-wrapper.properties
61
-
62
- * .hprof
63
-
64
- # Custom ignores
65
- local.properties
66
- private.gradle
67
-
68
- # Generated sources
36
+ # generated sources
69
37
.cache
You can’t perform that action at this time.
0 commit comments