mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
- Add LoraManagerDemoNode to node mappings for Vue widget demonstration - Update .gitignore to exclude Vue widget development artifacts (node_modules, .vite, dist) - Implement automatic Vue widget build check in development mode with fallback handling - Maintain pytest compatibility with proper import error handling
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
__pycache__/
|
|
settings.json
|
|
path_mappings.yaml
|
|
output/*
|
|
py/run_test.py
|
|
.vscode/
|
|
cache/
|
|
civitai/
|
|
node_modules/
|
|
coverage/
|
|
.coverage
|
|
model_cache/
|
|
|
|
# Vue widgets development cache (but keep build output)
|
|
vue-widgets/node_modules/
|
|
vue-widgets/.vite/
|
|
vue-widgets/dist/
|