mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-04-02 02:38:52 -03:00
- Replace tooltip with restart-required icon for better visibility - Update descriptions to accurately reflect feature purpose - Fix toast message to show correct restart notification - Sync i18n keys across all supported languages
27 lines
351 B
Plaintext
27 lines
351 B
Plaintext
__pycache__/
|
|
.pytest_cache/
|
|
settings.json
|
|
path_mappings.yaml
|
|
output/*
|
|
py/run_test.py
|
|
.vscode/
|
|
cache/
|
|
civitai/
|
|
node_modules/
|
|
coverage/
|
|
.coverage
|
|
model_cache/
|
|
|
|
# agent
|
|
.opencode/
|
|
.claude/
|
|
.codex
|
|
|
|
# Vue widgets development cache (but keep build output)
|
|
vue-widgets/node_modules/
|
|
vue-widgets/.vite/
|
|
vue-widgets/dist/
|
|
|
|
# Hypothesis test cache
|
|
.hypothesis/
|