chore: .gitignore에 Playwright 테스트 파일 제외
테스트 파일은 My-agent 관제탑에서 별도 관리한다. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e8fe077369
commit
2da1532e65
|
|
@ -217,3 +217,8 @@ frontend/test-results/
|
|||
|
||||
# Cursor 설정
|
||||
.cursor/
|
||||
|
||||
# Playwright 테스트 (관제탑에서 관리)
|
||||
frontend/playwright.config.ts
|
||||
frontend/tests/
|
||||
frontend/test-results/
|
||||
|
|
|
|||
Loading…
Reference in New Issue