From e76d8994c80dd5bab6c461791a61bdbce17005ec Mon Sep 17 00:00:00 2001 From: Tolu Date: Wed, 18 Oct 2023 16:31:04 -0400 Subject: [PATCH] Trying to setup GitHub Pages --- prem-data/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prem-data/.gitignore b/prem-data/.gitignore index 4d29575..c78e5c8 100644 --- a/prem-data/.gitignore +++ b/prem-data/.gitignore @@ -1,6 +1,8 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies +node_modules/* +.idea/ /node_modules /.pnp .pnp.js