diff options
author | 1nfinite9 <road2rails@gmail.com> | 2018-11-07 10:15:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 10:15:02 +0900 |
commit | 58f322cfbc0aefc3026310e39eaed742ecdb61ec (patch) | |
tree | e25fb9cd2fb7fde7f2241b0358ad62218f04423e /Unity.gitignore | |
parent | f2bd62d680e2c17027525caf5fd67aa1b3e8ae03 (diff) | |
download | gitignore-58f322cfbc0aefc3026310e39eaed742ecdb61ec.tar.gz gitignore-58f322cfbc0aefc3026310e39eaed742ecdb61ec.zip |
Update Unity.gitignore
Add ignore for Crashlytics generated file
Diffstat (limited to 'Unity.gitignore')
-rw-r--r-- | Unity.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Unity.gitignore b/Unity.gitignore index 833e6d42..93c9ce52 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -35,3 +35,7 @@ sysinfo.txt # Builds *.apk *.unitypackage + +# Crashlytics generated file +Assets/StreamingAssets/crashlytics-build.properties + |