-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Expand file tree
/
Copy path.biomeignore
More file actions
91 lines (74 loc) · 1.38 KB
/
.biomeignore
File metadata and controls
91 lines (74 loc) · 1.38 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
frontendchecklist-io/
frontendchecklist-io/**
frontendchecklist-v1/
frontendchecklist-v1/**
# Ignore build outputs
**/.next
**/.next/**
**/.swc
**/.swc/**
**/dist
**/dist/**
**/build
**/build/**
**/out
**/out/**
# Ignore node_modules
node_modules/
# Ignore content-collections generated files (huge files)
.content-collections/
**/.content-collections/
**/.content-collections/**
apps/web/.content-collections/
apps/web/.content-collections/**
# Ignore generated files
apps/web/public/search/search-index.json
data/websites.json
# Ignore scripts output
scripts/*.json
scripts/llmstxt-directory-*.json
# Ignore large generated JS files that cause timeout
apps/validator/.next/**/*.js
# Ignore other large generated files
**/*.chunk.js
**/*.bundle.js
**/webpack-stats.json
**/_generated.js
**/generated/*.js
# Ignore TypeScript lib files
**/typescript/lib/
node_modules/typescript/
# Ignore all turbo cache
**/.turbo
**/.turbo/**
# Ignore lockfiles
pnpm-lock.yaml
package-lock.json
yarn.lock
# Ignore environment files
.env*
*.env
# Ignore all markdown
*.md
*.mdx
# Ignore test coverage
coverage
**/coverage
**/coverage/**
# Ignore Playwright artifacts
test-results/
**/test-results/
playwright-report/
**/playwright-report/
e2e/screenshots/
**/e2e/screenshots/
# Ignore all config files that aren't JS/TS
*.toml
*.yml
*.yaml
.syncpackrc
# Ignore OS files
.DS_Store
Thumbs.db
# Ignore CSV files
*.csv