diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-03-04 19:57:19 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-03-04 19:57:19 -0400 |
commit | 26cbd08631f0cafee6858cf7ef843caca54f205e (patch) | |
tree | fd3eb78b60e10d666a8fb97c29a58e5ef1ca3837 | |
parent | e6c8ad2c594888f334ebc91bbd8faa0ec393e969 (diff) |
don't track thumbnail generator output in git
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2de290c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.small.jpg +*.medium.jpg +thumbnail-cache.json |