]> source.dussan.org Git - gitignore.git/commit
Unity: ignore mdb files and fix path to crashlytics file (it can be in other places)
authorAndreia Gaita <shana@spoiledcat.net>
Tue, 8 Jan 2019 15:00:46 +0000 (15:00 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 15:00:46 +0000 (15:00 +0000)
commit24f6734840548fb0b7bbc23b617941f452cc28a6
tree2d31887f8142a9fc63e15a3c0545348dce90ff22
parentf5496031c8b8ed73ef2856c0113e39dd0184b3e3
Unity: ignore mdb files and fix path to crashlytics file (it can be in other places)

Unity projects targeting the 2.0/3.5 runtime or built with mono < v5.0 generate `mdb` files, not `pdb` files.

Looks like the `crashlytics-build.properties` gets around in more than just the `StreamingAssets` folder, looking at [examples around the internets](https://github.com/auth0/sharelock-android/blob/master/app/src/main/assets/crashlytics-build.properties), so it should probably just be ignored as a filename.
Unity.gitignore