File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
/gradle /wrapper /gradle-wrapper.properties
2
+
2
3
# #----------Android----------
3
- # build
4
4
* .apk
5
5
* .ap_
6
6
* .dex
9
9
gen /
10
10
build /
11
11
out /
12
- # gradle
12
+
13
+ # Ignoring Gradle build artifacts and project files
14
+ # #----------Gradle----------
13
15
.gradle /
14
16
gradle-app.setting
15
17
! gradle-wrapper.jar
16
18
build /
17
- # maven
19
+
20
+ # Ignoring Maven build artifacts and project files
21
+ # #----------Maven----------
18
22
* .classpath
19
23
* .project
20
24
* .settings
21
25
/target /
22
26
local.properties
23
- # #----------idea----------
27
+
28
+ # Ignoring IntelliJ IDEA project files and configurations
29
+ # #----------IDEA----------
24
30
* .iml
25
31
.idea /
26
32
* .ipr
27
33
* .iws
28
- # Android Studio Navigation editor temp files
34
+
35
+ # Ignoring Android Studio Navigation editor temporary files
29
36
.navigation /
37
+
38
+ # Ignoring common system and editor-generated files
30
39
# #----------Other----------
31
- # osx
32
40
* ~
33
41
.DS_Store
34
42
gradle.properties
You can’t perform that action at this time.
0 commit comments