From 0dc9c91795918ae3888fb54e836f3b49105d23e4 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 27 Sep 2022 02:33:09 +0100 Subject: [PATCH] update .gitignore to ignore favicon and site-logo in /static/images. These files are set during the site's first run and are personal to the deployment. The repo. has no need to track these files. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a0aad7d..da8d3c7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ *.wx32fsl *.db /bin/ -/storage/ \ No newline at end of file +/storage/ +/static/images/favicon.* +/static/images/site-logo.* \ No newline at end of file