Skip to content

Commit 475c58e

Browse files
author
Amir Tocker
committed
Update .gitignore
1 parent 55aac11 commit 475c58e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
@@ -12,11 +12,11 @@
1212
# Generated files
1313
bin/
1414
gen/
15+
out/
1516

1617
# Gradle files
1718
.gradle/
1819
build/
19-
/*/build/
2020

2121
# Local configuration file (sdk path, etc)
2222
local.properties
@@ -40,7 +40,6 @@ test-output/
4040
.idea/
4141
*.iml
4242

43-
appengine-web.xml
4443
# Maven
4544

4645
target/
@@ -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/

0 commit comments

Comments
 (0)