We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf43498 commit 27ea47dCopy full SHA for 27ea47d
.gitignore
@@ -6,3 +6,39 @@
6
.DS_Store
7
/build
8
/captures
9
+#built application files
10
+*.apk
11
+*.ap_
12
+
13
+# files for the dex VM
14
+*.dex
15
16
+# Java class files
17
+*.class
18
19
+# generated files
20
+bin/
21
+gen/
22
23
+# Local configuration file (sdk path, etc)
24
+local.properties
25
26
+# Windows thumbnail db
27
+Thumbs.db
28
29
+# OSX files
30
+.DS_Store
31
32
+# Eclipse project files
33
+.classpath
34
+.project
35
36
+# Android Studio
37
+*.iml
38
+.idea
39
+#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
40
+.gradle
41
+build/
42
43
+#NDK
44
+obj/
0 commit comments