mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-05 18:20:27 -08:00
Merge pull request #16166 from richardtallent/dev
Fix noisy DS_Store files for MacOS
This commit is contained in:
commit
9f5a98d576
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@ __pycache__
|
||||||
*.ckpt
|
*.ckpt
|
||||||
*.safetensors
|
*.safetensors
|
||||||
*.pth
|
*.pth
|
||||||
|
.DS_Store
|
||||||
/ESRGAN/*
|
/ESRGAN/*
|
||||||
/SwinIR/*
|
/SwinIR/*
|
||||||
/repositories
|
/repositories
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue