- Add playwright-report-auth/ directory to ignored files - Add playwright-auth-results.xml to ignored files - Add playwright-report-auth.json to ignored files - Prevent test artifacts from being committed to repository
46 lines
581 B
Plaintext
46 lines
581 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
bun-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment files (contain sensitive data)
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.staging
|
|
|
|
# Database data
|
|
couchdb-data/
|
|
|
|
# Playwright artifacts
|
|
test-results/
|
|
playwright-report/
|
|
playwright-report-auth/
|
|
playwright-auth-results.xml
|
|
playwright-report-auth.json
|
|
playwright/.cache/
|
|
|
|
# Test coverage reports
|
|
coverage/
|