Exclude Frontend Build Artifacts from Git Repository
• Automate frontend build in CI/CD • Add build validation checks • Clean git repo of build artifacts • Comprehensive build guide docs • Smart setup.py build validation
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -65,6 +65,10 @@ download_models_hf.py
|
||||
lightrag-dev/
|
||||
gui/
|
||||
|
||||
# Frontend build output (built during PyPI release)
|
||||
lightrag/api/webui/*
|
||||
!lightrag/api/webui/.gitkeep
|
||||
|
||||
# unit-test files
|
||||
test_*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user