forked from llm-d/llm-d.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (46 loc) · 1.29 KB
/
Copy path.gitignore
File metadata and controls
54 lines (46 loc) · 1.29 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
node_modules
.DS_Store
build
.docusaurus
preview/node_modules
preview/build
preview/.docusaurus
preview/docs
preview/static/img/docs/*
bin/llmd-site
# Link checker
link-checker.config.json
broken-links-report.md
sync-report.json
# Remote content files (downloaded automatically from GitHub repositories)
# These are generated by the remote content system and should not be committed
# Architecture content (from llm-d/llm-d main repo)
docs/architecture/architecture.mdx
# Component documentation (from all component repos in component-configs.js)
docs/architecture/Components/
docs/architecture/latest-release.md
# Community content (from llm-d/llm-d main repo)
# Auto-generated by remote-content plugin
community/contribute.md
community/code-of-conduct.md
community/security.md
community/sigs.md
# Keep manually maintained files
!community/index.md
!community/events.md
# Guide content (from llm-d-incubation/llm-d-infra repo)
docs/guide/guide.md
docs/guide/Installation/*.md
docs/guide/InfraProviders/*.md
docs/guide/Installation/tiered-prefix-cache/*.md
docs/guide/Installation/workload-autoscaling/*.md
docs/usage/**/*.md
# Keep category files for sidebar configuration
!docs/guide/Installation/_category_.json
!docs/guide/InfraProviders/_category_.json
# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~