We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4876659 commit 7aecf86Copy full SHA for 7aecf86
.gitignore
@@ -2,30 +2,20 @@
2
/local.properties
3
.idea
4
.DS_Store
5
-/build
6
/captures
7
# Built application files
8
*.apk
9
-*.ap_
10
-
11
# Files for the ART/Dalvik VM
12
-*.dex
13
14
# Java class files
15
-*.class
16
17
# Generated files
18
bin/
19
gen/
20
out/
21
22
# Gradle files
23
-.gradle/
24
build/
25
+app/release
26
# Local configuration file (sdk path, etc)
27
-local.properties
28
29
# Proguard folder generated by Eclipse
30
proguard/
31
0 commit comments