From 63e3919970f1c73ab60d57414dc40eadfabe96d9 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 19 Sep 2022 23:33:15 +0100 Subject: [PATCH] update .gitignore to ignore site-wide-snippet.js in /static/js. This file is copied to here on website's first run. This stops any changes I make to the file during dev. time from clogging up the commit history. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 493d412..a390ae8 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /storage/ /static/images/ /static/site-wide-snippet +/static/js/site-wide-snippet.js