From bc4000c7bf8536b87fc2809c85b65413f8d57962 Mon Sep 17 00:00:00 2001 From: Andrew R Sides Date: Sun, 16 Feb 2020 20:05:38 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index 6efde05..a15d0b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,11 @@ -# 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/ -/[Ll]ogs/ -/[Mm]emoryCaptures/ - -# Never ignore Asset meta data -!/[Aa]ssets/**/*.meta - -# Uncomment this line if you wish to ignore the asset store tools plugin -# /[Aa]ssets/AssetStoreTools* - -# Autogenerated Jetbrains Rider plugin -[Aa]ssets/Plugins/Editor/JetBrains* +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +Assets/AssetStoreTools* # Visual Studio cache directory .vs/ -# Gradle cache directory -.gradle/ - # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ @@ -39,22 +20,13 @@ ExportedObj/ *.booproj *.svd *.pdb -*.mdb *.opendb -*.VC.db # Unity3D generated meta files *.pidb.meta *.pdb.meta -*.mdb.meta -# Unity3D generated file on crash reports +# Unity3D Generated File On Crash Reports sysinfo.txt -# Builds -*.apk -*.unitypackage - -# Crashlytics generated file -crashlytics-build.properties