We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9365dfa commit c7d36efCopy full SHA for c7d36ef
.gitignore
@@ -0,0 +1,32 @@
1
+# built application files
2
+*.apk
3
+*.ap_
4
+
5
+# files for the dex VM
6
+*.dex
7
8
+# Java class files
9
+*.class
10
11
+# generated files
12
+bin/
13
+gen/
14
15
+# Local configuration file (sdk path, etc)
16
+local.properties
17
18
+# Intellij project files
19
+.idea/
20
+.gradle/
21
+*.iml
22
+*.ipr
23
+*.iws
24
25
+build/
26
27
+# OSX file
28
+.DS_Store
29
30
+#executables
31
+gradlew
32
+gradlew.bat
0 commit comments