Spaces:
Runtime error
Runtime error
Add musubi-tuner-layered to .gitignore
Browse filesUpdate the .gitignore file to include the musubi-tuner-layered directory, ensuring that it is excluded from version control. This change helps maintain a cleaner repository by preventing unnecessary files from being tracked.
- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
/musubi-tuner
|
|
|
|
| 2 |
/__pycache__
|
|
|
|
| 1 |
/musubi-tuner
|
| 2 |
+
/musubi-tuner-layered
|
| 3 |
/__pycache__
|