o2o-infinith-frontend/.gitignore
Mina Choi 7fb1831c91 test: Playwright e2e 셋업 + test-prefill-flow 스펙
- @playwright/test devDependency 추가
- playwright.config.ts
- e2e/test-prefill-flow.spec.ts
- .gitignore: test-results / playwright-report / .playwright 추가
2026-05-20 11:51:32 +09:00

12 lines
111 B
Plaintext

node_modules
dist
.env
.env.local
.env*.local
.DS_Store
*.log
.vite
test-results
playwright-report
.playwright