From 2a920fcb36a89b5eaf58ac2e6cbb3a0d8d28949a Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Fri, 26 Aug 2022 14:55:56 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ab14e7af..e6674774 100644 --- a/.gitignore +++ b/.gitignore @@ -83,4 +83,11 @@ TEngineHotUpdate/obj /[Aa]ssets/AATemp.meta #Rider -/.idea/ \ No newline at end of file +/.idea/ + +# ABConfig +[Aa]ssets/BuildConfig/ +[Aa]ssets/BuildConfig.meta + +[Aa]ssets/StreamingAssets/ +[Aa]ssets/StreamingAssets.meta \ No newline at end of file