towerops/e2e/.gitignore
Graham McIntire 0bdec8653f
docs: add TOTP setup guide and test user creation script
- Add comprehensive TOTP_SETUP.md with multiple setup options
- Create scripts/create_test_user.exs for automated test user creation
- Update .gitignore to exclude Playwright browser binaries and artifacts
- Update README to reference TOTP setup guide
2026-03-06 15:06:23 -06:00

26 lines
326 B
Text

node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
# Playwright
test-results/
playwright-report/
playwright/.cache/
tests/.auth/
# Playwright browser binaries (if downloaded locally)
.playwright/
ms-playwright/
# Playwright artifacts
*.webm
*.mp4
trace.zip
screenshots/
videos/
traces/
# Environment
.env
.env.local