fix: un-ignore corpus/ and tag commits as morpheus-docs-refresh (#1)
This commit was merged in pull request #1.
This commit is contained in:
+8
-2
@@ -2,11 +2,17 @@
|
|||||||
venv/
|
venv/
|
||||||
.venv/
|
.venv/
|
||||||
|
|
||||||
# Regenerable from corpus + CI
|
# Indexes are regenerated from corpus by `python -m rag.index --rebuild`
|
||||||
corpus/
|
# (run in CI before docker build). Don't commit them.
|
||||||
chroma/
|
chroma/
|
||||||
bm25/
|
bm25/
|
||||||
|
|
||||||
|
# corpus/ IS committed — the weekly refresh workflow writes scraped
|
||||||
|
# pages here and `git add bundles.json corpus`s them. Same fix HVM hit
|
||||||
|
# on its first refresh (PR #1) — template's .gitignore over-ignored
|
||||||
|
# corpus/ which silently dropped the add and the workflow always
|
||||||
|
# reported "no changes".
|
||||||
|
|
||||||
# Python detritus
|
# Python detritus
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|||||||
Reference in New Issue
Block a user