Spaces:
Running
on
Zero
Running
on
Zero
update gitignore
Browse files- .gitignore +1 -4
.gitignore
CHANGED
|
@@ -6,7 +6,6 @@ __pycache__/
|
|
| 6 |
/models/
|
| 7 |
/temp/
|
| 8 |
!custom_nodes/example_node.py.example
|
| 9 |
-
extra_model_paths.yaml
|
| 10 |
/.vs
|
| 11 |
.vscode/
|
| 12 |
.idea/
|
|
@@ -19,6 +18,4 @@ venv/
|
|
| 19 |
/user/
|
| 20 |
*.log
|
| 21 |
web_custom_versions/
|
| 22 |
-
.DS_Store
|
| 23 |
-
*.safetensors
|
| 24 |
-
*.pth
|
|
|
|
| 6 |
/models/
|
| 7 |
/temp/
|
| 8 |
!custom_nodes/example_node.py.example
|
|
|
|
| 9 |
/.vs
|
| 10 |
.vscode/
|
| 11 |
.idea/
|
|
|
|
| 18 |
/user/
|
| 19 |
*.log
|
| 20 |
web_custom_versions/
|
| 21 |
+
.DS_Store
|
|
|
|
|
|