From 9fb26a22f10e9a0e6314d1ef742370e8bfd1f76f Mon Sep 17 00:00:00 2001 From: sach!n Date: Sat, 10 Jun 2023 18:10:16 -0700 Subject: [PATCH] adde .vs to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2ffe612..9270f64c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ lib node_modules .DS_Store .vscode -.idea \ No newline at end of file +.idea +.vs \ No newline at end of file