From 52d9c367893970121232a206921583637bfb5ac3 Mon Sep 17 00:00:00 2001 From: dredgy <72254513+dredgy@users.noreply.github.com> Date: Thu, 11 Nov 2021 17:58:55 +1000 Subject: [PATCH] Update .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 840ed1e..f00149c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/node_modules/ +/node_modules/ /bin/ /obj/ *.dll @@ -6,4 +6,5 @@ /tables/* /Properties/ /.idea/ -/wwwroot/scripts/js/* +/wwwroot/scripts/js/*.js +/wwwroot/styles/css/*