From 10871a154133b9d626a28df26a3d39462653954c Mon Sep 17 00:00:00 2001 From: Caelan Date: Tue, 8 Oct 2024 14:24:34 -0600 Subject: [PATCH] add files to ignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7be1fdd..12c4de6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Dependencies -/node_modules +node_modules # Production /build @@ -23,4 +23,5 @@ yarn-error.log* obj/ bin/ .vs -.idea \ No newline at end of file +.idea +*.DotSettings.user \ No newline at end of file