diff options
author | d8ahazard <d8ahazard@gmail.com> | 2022-09-26 10:34:26 -0500 |
---|---|---|
committer | d8ahazard <d8ahazard@gmail.com> | 2022-09-26 10:34:26 -0500 |
commit | f860f94c64d98ff575132396b0636cc3e08f8332 (patch) | |
tree | 2c70ddd0a328c11a8462e504f63fbc5ef6db9700 /.gitignore | |
parent | 8604e469fdec4c484780937cd1737b40c0ad3d4b (diff) |
Cleanup gitignore, old files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,6 @@ __pycache__ *.ckpt *.pth -/ESRGAN/ -/SwinIR/ /ESRGAN/* /SwinIR/* /repositories @@ -22,4 +20,4 @@ __pycache__ /webui-user.sh /interrogate /user.css -/.idea
\ No newline at end of file +/.idea |