From e3471e82ea13fdf0830d3930c9b67814cb6be177 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 18 Sep 2022 23:03:14 +0100 Subject: [PATCH] update .gitignore to ignore /static/images and /site-wide-snippet. These files will be created and populated via the site first-run set-up process. This should stop the commit history getting clogged up with needless and irrelevant changes in these files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9a6816f..493d412 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ *.db /bin/ /storage/ +/static/images/ +/static/site-wide-snippet