From 51d564fff8cc339dc3a663d2bdc25df4034e7644 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 27 Sep 2022 02:28:35 +0100 Subject: [PATCH] update .gitignore to include files in /static directory. I've moved/changed how I was using the /static directory (site-wide snippet) so I can start adding in images and what have you again. I didn't realise I had set Git to ignore the how /static directory. --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a390ae8..a0aad7d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,4 @@ *.wx32fsl *.db /bin/ -/storage/ -/static/images/ -/static/site-wide-snippet -/static/js/site-wide-snippet.js +/storage/ \ No newline at end of file