From 3119c7df65a9b72f4092fe66da064fbd2225e7ca Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 09:50:33 +0100 Subject: [PATCH] gitignore: Ignore reduced. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cb14d24..fabbb74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /public/ /resources/ /static/images/generated/ +/static/images/reduced/ \ No newline at end of file