- Notifications
You must be signed in to change notification settings - Fork 249
/
Copy path.gitignore
34 lines (26 loc) · 513 Bytes
/
.gitignore
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
.DS_Store
*.swp
*.swo
# Generated via update-index script
public/blog/feed.xml
node_modules/
.next/
index_data/*.json
# Generated via test examples script
_tempFile.cmi
_tempFile.cmj
_tempFile.cmt
# these docs are checked in, but we consider them frozen.
# pages/docs/manual/v8.0.0/
# pages/docs/manual/v9.0.0/
.bsb.lock
.merlin
lib/
.vscode/
.vercel
src/**/*.mjs
scripts/**/*.mjs
# Generated via generate-llms script
public/llms/manual/**/llm*.txt
public/llms/react/**/llm*.txt
pages/docs/**/**/llms.mdx