From 54d7a4558c6515b9dcbe84cc6f89090179875999 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Fri, 26 Aug 2022 13:30:47 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61d14f3f..e11a5f78 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /[Aa]ssets/StreamingAssets /BuildBundleInfo/ /[Aa]ssets/AATest/ +/[Aa]ssets/AATest.meta # Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta @@ -62,8 +63,8 @@ sysinfo.txt # Crashlytics generated file crashlytics-build.properties -# Log -TEnginePersistentDataPath/Log +# TEnginePersistentDataPath +TEnginePersistentDataPath/ # Hotfix TEngineHotUpdate/bin @@ -71,3 +72,12 @@ TEngineHotUpdate/obj #HybirdCLR(HuaTuo) /HybirdCLRData/ + +/ProjectSettings/ + +/Packages/manifest.json +/Packages/packages-lock.json + +#AATemp +/[Aa]ssets/AATemp/ +/[Aa]ssets/AATemp.meta \ No newline at end of file