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