Skip to content

Commit afe5b17

Browse files
committed
Modified SpeechRecognition Unity Package and added .gitignore
1 parent 0c4b86e commit afe5b17

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Binary file not shown.

0 commit comments

Comments
 (0)