Skip to content

Commit 20f0ea9

Browse files
authored
Merge pull request #2926 from github/mdbs-are-people-too
Unity: ignore mdbs, fix path to crashlytics file, make AssetStoreTools optional
2 parents f549603 + 152f419 commit 20f0ea9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Unity.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
[Bb]uild/
55
[Bb]uilds/
66
[Ll]ogs/
7-
[Aa]ssets/AssetStoreTools*
7+
8+
# Uncomment this line if you wish to ignore the asset store tools plugin
9+
# [Aa]ssets/AssetStoreTools*
810

911
# Visual Studio cache directory
1012
.vs/
@@ -26,12 +28,14 @@ ExportedObj/
2628
*.booproj
2729
*.svd
2830
*.pdb
31+
*.mdb
2932
*.opendb
3033
*.VC.db
3134

3235
# Unity3D generated meta files
3336
*.pidb.meta
3437
*.pdb.meta
38+
*.mdb.meta
3539

3640
# Unity3D generated file on crash reports
3741
sysinfo.txt
@@ -41,5 +45,5 @@ sysinfo.txt
4145
*.unitypackage
4246

4347
# Crashlytics generated file
44-
Assets/StreamingAssets/crashlytics-build.properties
48+
crashlytics-build.properties
4549

0 commit comments

Comments
 (0)