Files
awoooi/.gitignore
OG T 60b461df50
All checks were successful
E2E Health Check / e2e-health (push) Successful in 15s
feat(e2e): Wave 4 E2E Hardening
- playwright.config.ts: ignoreHTTPSErrors + deviceScaleFactor + maxDiffPixelRatio
- global.setup.ts: 環境連通性驗證 + Storage State 結構
- .gitignore: 排除 .auth/ 目錄

支援:
- 自簽憑證環境測試
- Visual Baseline 一致性 (deviceScaleFactor: 1)
- 5% 比對容差 (避免字體渲染差異)
- 未來 Auth 擴展點

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-31 16:18:36 +08:00

82 lines
1.2 KiB
Plaintext

# =============================================================================
# AWOOOI - .gitignore
# =============================================================================
# 依賴套件
node_modules/
.pnp
.pnp.js
yarn.lock
package-lock.json
# 測試與建置產物
coverage/
.next/
out/
build/
dist/
.turbo/
# Playwright 測試產物 (動態生成,不需版本控制)
**/playwright-report/
**/test-results/
**/.auth/
# 保留 Phase 19 參考截圖
!apps/web/test-results/phase19/
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.so
.venv/
venv/
ENV/
# 環境變數與機密 (絕對不能進 Git)
.env
.env.*
.env.local
.env.*.local
*.pem
*.key
secrets/
# 日誌
npm-debug.log*
yarn-debug.log*
.pnpm-debug.log*
*.log
# 編輯器設定
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.swp
*.swo
# 系統檔案
.DS_Store
Thumbs.db
# Workspace 檔案 (本地使用,不需提交)
*.code-workspace
# Kubernetes 機密
*-secret.yaml
*-secrets.yaml
# 暫存檔案
tmp/
temp/
*.tmp
# AI Tools & Agents (本地使用,不需提交到 Git)
# 防止 Claude Code worktrees 干擾 CI/CD checkout
.claude/worktrees/
.claude/scheduled_tasks.lock
.cursor/
.agents/memory/