chore: .gitignore에 Playwright 테스트 파일 제외

테스트 파일은 My-agent 관제탑에서 별도 관리한다.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
SeongHyun Kim
2026-03-24 19:23:14 +09:00
parent e8fe077369
commit 2da1532e65

5
.gitignore vendored
View File

@@ -217,3 +217,8 @@ frontend/test-results/
# Cursor 설정
.cursor/
# Playwright 테스트 (관제탑에서 관리)
frontend/playwright.config.ts
frontend/tests/
frontend/test-results/