Skip to content

Commit 63b33b0

Browse files
committed
updating .gitignore
1 parent bcacb7e commit 63b33b0

File tree

2 files changed

+74
-10
lines changed

2 files changed

+74
-10
lines changed

.gitignore

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,25 @@
22
#
33
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
44
#
5-
/[Ll]ibrary/
6-
/[Tt]emp/
7-
/[Oo]bj/
8-
/[Bb]uild/
9-
/[Bb]uilds/
10-
/[Ll]ogs/
11-
/[Mm]emoryCaptures/
5+
UnitySpeechRecognizer/[Ll]ibrary/
6+
UnitySpeechRecognizer/[Tt]emp/
7+
UnitySpeechRecognizer/[Oo]bj/
8+
#UnitySpeechRecognizer/[Bb]uild/
9+
#UnitySpeechRecognizer/[Bb]uilds/
10+
UnitySpeechRecognizer/[Ll]ogs/
11+
UnitySpeechRecognizer/[Mm]emoryCaptures/
1212

1313
# Never ignore Asset meta data
1414
!/[Aa]ssets/**/*.meta
1515

1616
# Uncomment this line if you wish to ignore the asset store tools plugin
1717
# /[Aa]ssets/AssetStoreTools*
1818

19+
# TextMesh Pro files
20+
UnitySpeechRecognizer/[Aa]ssets/TextMesh*Pro/
21+
1922
# Autogenerated Jetbrains Rider plugin
20-
[Aa]ssets/Plugins/Editor/JetBrains*
23+
UnitySpeechRecognizer/[Aa]ssets/Plugins/Editor/JetBrains*
2124

2225
# Visual Studio cache directory
2326
.vs/
@@ -53,8 +56,7 @@ sysinfo.txt
5356

5457
# Builds
5558
*.apk
56-
*.unitypackage
59+
#*.unitypackage
5760

5861
# Crashlytics generated file
5962
crashlytics-build.properties
60-

UnitySpeechRecognizer/.gitignore

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
#
3+
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4+
#
5+
/[Ll]ibrary/
6+
UnitySpeechRecognizer/[Tt]emp/
7+
UnitySpeechRecognizer/[Oo]bj/
8+
#UnitySpeechRecognizer/[Bb]uild/
9+
#UnitySpeechRecognizer/[Bb]uilds/
10+
UnitySpeechRecognizer/[Ll]ogs/
11+
UnitySpeechRecognizer/[Mm]emoryCaptures/
12+
13+
# Never ignore Asset meta data
14+
!/[Aa]ssets/**/*.meta
15+
16+
# Uncomment this line if you wish to ignore the asset store tools plugin
17+
# /[Aa]ssets/AssetStoreTools*
18+
19+
# TextMesh Pro files
20+
UnitySpeechRecognizer/[Aa]ssets/TextMesh*Pro/
21+
22+
# Autogenerated Jetbrains Rider plugin
23+
UnitySpeechRecognizer/[Aa]ssets/Plugins/Editor/JetBrains*
24+
25+
# Visual Studio cache directory
26+
.vs/
27+
28+
# Gradle cache directory
29+
.gradle/
30+
31+
# Autogenerated VS/MD/Consulo solution and project files
32+
ExportedObj/
33+
.consulo/
34+
*.csproj
35+
*.unityproj
36+
*.sln
37+
*.suo
38+
*.tmp
39+
*.user
40+
*.userprefs
41+
*.pidb
42+
*.booproj
43+
*.svd
44+
*.pdb
45+
*.mdb
46+
*.opendb
47+
*.VC.db
48+
49+
# Unity3D generated meta files
50+
*.pidb.meta
51+
*.pdb.meta
52+
*.mdb.meta
53+
54+
# Unity3D generated file on crash reports
55+
sysinfo.txt
56+
57+
# Builds
58+
*.apk
59+
#*.unitypackage
60+
61+
# Crashlytics generated file
62+
crashlytics-build.properties

0 commit comments

Comments
 (0)