Browse Source

Don't .gitignore the examples.

pull/194/head
comfyanonymous 2 years ago
parent
commit
840464af93
  1. 2
      .gitignore

2
.gitignore vendored

@ -2,7 +2,9 @@ __pycache__/
*.py[cod]
output/
input/
!input/example.png
models/
temp/
custom_nodes/
!custom_nodes/example_node.py.example
extra_model_paths.yaml

Loading…
Cancel
Save