From 67c5176da379b0ab6b5b9d1cc84673223627442c Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Thu, 4 Jun 2020 17:30:46 +0100 Subject: [PATCH] Updating .gitignore Ignoring .DS_Store --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04daf8b..dd3d655 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,12 @@ hugo.linux # End of https://www.gitignore.io/api/hugo +# node_modules blog/node_modules -*.DS_Store* +# static +blog/static + +test/ +.DS_Store +