Charles

Updated gitignore

# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*
[Ll]ogs/
/[Mm]emoryCaptures/
# Never ignore Asset meta data
# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
# Uncomment this line if you wish to ignore the asset store tools plugin
......@@ -51,4 +56,6 @@ sysinfo.txt
*.unitypackage
# Crashlytics generated file
crashlytics-build.properties
\ No newline at end of file
crashlytics-build.properties
*.log
\ No newline at end of file
......