mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
.gitignore refactor.
This commit is contained in:
parent
ed58730658
commit
0b829fe35b
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,16 +1,16 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
output/
|
/output/
|
||||||
input/
|
/input/
|
||||||
!input/example.png
|
!/input/example.png
|
||||||
models/
|
/models/
|
||||||
temp/
|
/temp/
|
||||||
custom_nodes/
|
/custom_nodes/
|
||||||
!custom_nodes/example_node.py.example
|
!custom_nodes/example_node.py.example
|
||||||
extra_model_paths.yaml
|
extra_model_paths.yaml
|
||||||
/.vs
|
/.vs
|
||||||
.idea/
|
.idea/
|
||||||
venv/
|
venv/
|
||||||
web/extensions/*
|
/web/extensions/*
|
||||||
!web/extensions/logging.js.example
|
!/web/extensions/logging.js.example
|
||||||
!web/extensions/core/
|
!/web/extensions/core/
|
||||||
|
Loading…
Reference in New Issue
Block a user