From 254500cad7ebc66e0d888299adf13b6436d8ff76 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 23 Oct 2022 18:52:58 +0100 Subject: [PATCH] update .gitignore to ignore the /snapshots directory. This directory is created during the site's first run. This addition to .gitignore stops the commit history from getting clogged up with irrelevant data during development. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8bbf7cb..a95459a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ /storage/snippets/ /storage/pages/ /static/images/favicon.* -/static/images/site-logo.* \ No newline at end of file +/static/images/site-logo.* +/snapshots