File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # # Android default ignore
1+ # ## Android template
22# Built application files
33* .apk
44* .ap_
55
6- # Files for the Dalvik VM
6+ # Files for the ART/ Dalvik VM
77* .dex
88
99# Java class files
1212# Generated files
1313bin /
1414gen /
15+ out /
1516
1617# Gradle files
1718.gradle /
1819build /
19- /* /build /
2020
2121# Local configuration file (sdk path, etc)
2222local.properties
@@ -40,7 +40,6 @@ test-output/
4040.idea /
4141* .iml
4242
43- appengine-web.xml
4443# Maven
4544
4645target /
@@ -54,4 +53,7 @@ buildNumber.properties
5453.mvn /timing.properties
5554
5655# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
57- ! /.mvn /wrapper /maven-wrapper.jar
56+ ! /.mvn /wrapper /maven-wrapper.jar
57+ # ## AppEngine template
58+ # Google App Engine generated folder
59+ appengine-generated /
You can’t perform that action at this time.
0 commit comments