From f569402cb24b2d303d0a3a7d717a809ec8b15170 Mon Sep 17 00:00:00 2001 From: Frank Xu Date: Wed, 16 Mar 2022 14:20:58 +0800 Subject: [PATCH] update gitignore to ignore all backup and upgrade files --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 8c2e7c3..c6783a9 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,16 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +*.bak + +# JetBrains Rider +.idea/ +*.sln.iml +