Skip to content

Commit 981de7f

Browse files
committed
Remove generated LLM files from git tracking
These files are now generated automatically during the build process via the prebuild hook. Removing them from git tracking ensures that: - Files are always up-to-date on each deployment - No need to manually commit generated files - Cleaner git history without large diffs from generated content The files will continue to be generated by static/js/generate-llms.js during 'npm run build' via the prebuild hook.
1 parent 77cea57 commit 981de7f

File tree

412 files changed

+4
-102145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+4
-102145
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ static/llms-full.txt
1313
static/intro-kots.md
1414
static/intro-replicated.md
1515
static/intro.md
16-
static/enterprise
17-
static/reference
18-
static/release-notes
19-
static/vendor
16+
static/enterprise/
17+
static/reference/
18+
static/release-notes/
19+
static/vendor/
2020

2121
# Misc
2222
.DS_Store

static/enterprise/auth-changing-passwords.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

static/enterprise/auth-configuring-rbac.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

static/enterprise/auth-identity-provider.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

static/enterprise/cluster-management-add-nodes.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

static/enterprise/delete-admin-console.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)