Skip to content

Commit

Permalink
Merge pull request github#2926 from github/mdbs-are-people-too
Browse files Browse the repository at this point in the history
Unity: ignore mdbs, fix path to crashlytics file, make AssetStoreTools optional
  • Loading branch information
shana authored Jan 8, 2019
2 parents f549603 + 152f419 commit 20f0ea9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Unity.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
[Aa]ssets/AssetStoreTools*

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

# Visual Studio cache directory
.vs/
Expand All @@ -26,12 +28,14 @@ ExportedObj/
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt
Expand All @@ -41,5 +45,5 @@ sysinfo.txt
*.unitypackage

# Crashlytics generated file
Assets/StreamingAssets/crashlytics-build.properties
crashlytics-build.properties

0 comments on commit 20f0ea9

Please sign in to comment.