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 118c330 commit 6e8c367Copy full SHA for 6e8c367
.gitignore
@@ -1,5 +1,44 @@
1
-.gradle
2
-/local.properties
3
-/.idea/workspace.xml
+# built application files
+*.ap_
+
4
+# files for the dex VM
5
+*.dex
6
7
+# Java class files
8
+*.class
9
10
+# generated files
11
+bin/
12
+gen/
13
+lint.xml
14
+build/
15
16
+# Local configuration file (sdk path, etc)
17
+local.properties
18
19
+# Eclipse project files
20
+.classpath
21
+.project
22
+.settings
23
+.checkstyle
24
25
+# Mac-specific stuff
26
.DS_Store
-/build
27
28
+#Maven
29
+target
30
+release.properties
31
+pom.xml.*
32
33
+#Ant
34
+build.xml
35
+ant.properties
36
37
38
+# Gradle
39
+.gradle
40
41
+# Intellij project files
42
+.idea
43
+.idea/workspace.xml
44
+gen-external-apklibs/
0 commit comments