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.
0 parents commit 9bc3af3Copy full SHA for 9bc3af3
.gitignore
@@ -0,0 +1,35 @@
1
+#Android specific
2
+bin
3
+gen
4
+obj
5
+lint.xml
6
+local.properties
7
+release.properties
8
+ant.properties
9
+*.class
10
+*.apk
11
+
12
+#Gradle
13
+.gradle
14
+build
15
+gradle.properties
16
17
+#Maven
18
+target
19
+pom.xml.*
20
21
+#Eclipse
22
+.project
23
+.classpath
24
+.settings
25
+.metadata
26
27
+#IntelliJ IDEA
28
+.idea
29
+*.iml
30
31
+#Lint output
32
+lint-report.html
33
+lint-report_files/*
34
35
+javadoc
0 commit comments