-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
91 lines (74 loc) · 1.55 KB
/
Copy path.prettierignore
File metadata and controls
91 lines (74 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Dependencies
node_modules/
.pnpm-store/
# 由 generate-offline-html.mjs 從模板生成(prebuild 禁 prettier,避免格式漂移)
apps/ratewise/public/offline.html
# Build output
dist/
build/
.next/
*.tsbuildinfo
# Test coverage
coverage/
.nyc_output/
# Test results
test-results/
playwright-report/
.playwright/
.playwright-mcp/
# Logs
*.log
# Cache and temporary files
.cache/
.temp/
tmp/
*.tmp
# Editor directories
.idea/
.vscode/
# Environment files
.env
.env.*
# CI/CD artifacts
.lighthouseci/
lighthouse-results/
lighthouse-reports/
lighthouse-report*.*
*-report.html
*-report.json
# Data files (managed in data branch)
public/rates/
# Package manager files
pnpm-lock.yaml
package-lock.json
yarn.lock
# Generated files (prebuild 自動產出,非源碼,不需格式化)
apps/ratewise/dev-server.pid
apps/ratewise/dev-server.log
apps/ratewise/public/rates.json
apps/ratewise/public/robots.txt
apps/ratewise/public/api/latest.json
apps/ratewise/public/openapi.json
apps/ratewise/public/llms.txt
apps/ratewise/public/llms-full.txt
apps/ratewise/public/manifest.webmanifest
apps/ratewise/public/sitemap.xml
apps/ratewise/public/faq.md
apps/ratewise/public/about.md
apps/ratewise/public/privacy.md
apps/ratewise/public/guide.md
apps/ratewise/public/open-data.md
apps/ratewise/src/config/generated/rating-snapshot.ts
# Cloudflare Worker config (JSONC with trailing commas)
rating-api/wrangler.jsonc
security-headers/wrangler.jsonc
# OS files
.DS_Store
Thumbs.db
# Agent/Skill directories (external tooling files)
.agent/
.agents/
# Archives
*.zip
*.tar.gz
.dev/