Update .gitignore to exclude models (#967)

the models folder will be stashed along with other changes and most likely kill git doing so.
This commit is contained in:
cstueckrath
2023-02-07 10:48:36 +01:00
committed by GitHub
parent 1eb9436836
commit 9dca842c22

6
.gitignore vendored
View File

@@ -159,6 +159,9 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# vscode related
.vscode
# Shark related artefacts
*venv/
shark_tmp/
@@ -172,3 +175,6 @@ onnx_models/
# Generated images
generated_imgs/
# models folder
apps/stable_diffusion/web/models/