File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 11/gradle /wrapper /gradle-wrapper.properties
2+
23# #----------Android----------
3- # build
44* .apk
55* .ap_
66* .dex
99gen /
1010build /
1111out /
12- # gradle
12+
13+ # Ignoring Gradle build artifacts and project files
14+ # #----------Gradle----------
1315.gradle /
1416gradle-app.setting
1517! gradle-wrapper.jar
1618build /
17- # maven
19+
20+ # Ignoring Maven build artifacts and project files
21+ # #----------Maven----------
1822* .classpath
1923* .project
2024* .settings
2125/target /
2226local.properties
23- # #----------idea----------
27+
28+ # Ignoring IntelliJ IDEA project files and configurations
29+ # #----------IDEA----------
2430* .iml
2531.idea /
2632* .ipr
2733* .iws
28- # Android Studio Navigation editor temp files
34+
35+ # Ignoring Android Studio Navigation editor temporary files
2936.navigation /
37+
38+ # Ignoring common system and editor-generated files
3039# #----------Other----------
31- # osx
3240* ~
3341.DS_Store
3442gradle.properties
You can’t perform that action at this time.
0 commit comments