From 65f6b03ff6d8ea9a9fcf6f76fdf5fab9113f6d2a Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Fri, 10 Apr 2026 13:21:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0HandlerNameCollector?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E8=B7=AF=E5=BE=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 692422281..f5348445a 100644 --- a/.gitignore +++ b/.gitignore @@ -88,9 +88,12 @@ crashlytics-build.properties # Ignore the Cache folder since it is updated locally. /[Aa]ssets/Plugins/FMOD/Cache/* -# TimelineNameCollector editor cache (regenerated on scan) +# TimelineNameCollector editor cache (legacy path; migration only) /[Aa]ssets/[Ee]ditor/TimelineNameCollector/Cache/* +# HandlerNameCollector editor cache (regenerated on scan) +/[Aa]ssets/[Ee]ditor/HandlerNameCollector/Cache/* + # 暂时把bank放到Stream里,不忽略 # Ignore bank files in the StreamingAssets folder. /[Aa]ssets/StreamingAssets/**/*.bank