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 0c4b86e commit afe5b17Copy full SHA for afe5b17
.gitignore
@@ -0,0 +1,34 @@
1
+# Files for the Dalvik VM
2
+*.dex
3
+
4
+# Java class files
5
+*.class
6
7
+# Generated files
8
+bin/
9
+gen/
10
11
+# Local configuration file (sdk path, etc)
12
+local.properties
13
14
+# Proguard folder generated by Eclipse
15
+proguard/
16
17
+# Log Files
18
+*.log
19
20
+# Mac OSX
21
+.DS_Store
22
23
+# Thumbnails
24
+._*
25
26
+# Files that might appear on external disk
27
+.Spotlight-V100
28
+.Trashes
29
30
+# Unity3D generated meta files
31
+*.pidb.meta
32
33
+# Unity3D Generated File On Crash Reports
34
+sysinfo.txt
SpeechRecognition.unitypackage
-353 Bytes
0 commit comments