From 44cc4cad0f317753af350b163101e572d255a81b Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 1 Feb 2026 11:16:00 +0800 Subject: [PATCH] chore(tests): add gitignore for test results and reports --- ccw/frontend/.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ccw/frontend/.gitignore b/ccw/frontend/.gitignore index b4a7d405..d144c1b4 100644 --- a/ccw/frontend/.gitignore +++ b/ccw/frontend/.gitignore @@ -1 +1,28 @@ +# Test results and reports +playwright-report/ +test-results/ +/dist/ + +# Build outputs +node_modules/ +.env.local +.env.*.local + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Temporary files +*.tmp +*.log +tmp.json +nul + +# CCW tools .ace-tool/