From 80d54c4c2b0f28dd0cd36502dfe766d7b18f9742 Mon Sep 17 00:00:00 2001 From: lix-2026 Date: Thu, 28 May 2026 22:01:04 +0800 Subject: [PATCH] chore: ignore local mnote runtime artifacts --- .gitignore | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 86c0032c..6a33fcee 100644 --- a/.gitignore +++ b/.gitignore @@ -71,16 +71,21 @@ tmp # pnpm 本地缓存 /.pnpm-store/ -.playwright-mcp +.playwright-mcp rust/spikes/leptos-tiptap-spike/trunk-8123.err rust/spikes/leptos-tiptap-spike/trunk-8123.out design/05-editor-mainline/reference-code /reference-code/ +# MNote 本地运行索引与一次性浏览器截图 +/.mnote/ +/filetree-*.png +/task*-*.png + # 本地 Wolai 对标取证与截图产物 -/test-results/ -/wolai-*.png -/wolai-*.md +/test-results/ +/wolai-*.png +/wolai-*.md # 任务型浏览器 smoke 只作本地验收,不纳入项目运行面 /scripts/task*-wolai-*.js