From 4a581416e9eefeb48128a100ce27ec17de86c8e2 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 10 Feb 2022 21:14:55 -0800 Subject: [PATCH] revert .gitignore update --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5f083c3c..2a4c64ff 100644 --- a/.gitignore +++ b/.gitignore @@ -398,8 +398,11 @@ FodyWeavers.xsd *.sln.iml .idea +# Unecessary asset bundle file +QSB/AssetBundles/AssetBundles* +QSB/AssetBundles/*.manifest +qsb-unityproject + # User specific locations DevEnv.targets -QSB/debugsettings.json - -qsb-unityproject \ No newline at end of file +QSB/debugsettings.json \ No newline at end of file