We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59ab58 commit 2a9e9dcCopy full SHA for 2a9e9dc
.gitignore
@@ -0,0 +1,31 @@
1
+# Built application files
2
+*.apk
3
+*.ap_
4
+
5
+# Files for the Dalvik VM
6
+*.dex
7
8
+# Java class files
9
+*.class
10
11
+# Generated files
12
+bin/
13
+gen/
14
+schemas/
15
16
+# Gradle files
17
+.gradle/
18
+build/
19
20
+# Local configuration file (sdk path, etc)
21
+local.properties
22
23
+# Proguard folder generated by Eclipse
24
+proguard/
25
26
+# intellij
27
+.idea/
28
29
+# Mkdocs
30
+site/
31
+Pipfile
0 commit comments