From bc69842e69582f853409103ddff04715bd8dd6d8 Mon Sep 17 00:00:00 2001 From: squiz <wallisf@cardiff.ac.uk> Date: Mon, 20 Dec 2021 22:03:55 +0000 Subject: [PATCH] adding gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 013c3d9..72fe5da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules -/Backend/node_modules -/frontend/node_modules +**/node_modules +**/Backend/node_modules +**/frontend/node_modules /.pnp .pnp.js -- GitLab