chore: gitignore playwright test-results and temp verification files

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
john kevin asprec
2026-07-15 11:02:12 +08:00
parent b7798047dc
commit 0fef9848cb

4
.gitignore vendored
View File

@@ -4,3 +4,7 @@ node_modules/
dist/ dist/
*.local *.local
*.zip *.zip
# Playwright
test-results/
.tmp-*