Fix noisy DS_Store files for MacOS
This commit is contained in:
parent
1da4907927
commit
7b2917255a
|
@ -2,6 +2,7 @@ __pycache__
|
|||
*.ckpt
|
||||
*.safetensors
|
||||
*.pth
|
||||
.DS_Store
|
||||
/ESRGAN/*
|
||||
/SwinIR/*
|
||||
/repositories
|
||||
|
|
Loading…
Reference in New Issue