From cbfeebd28c37d378cc1579fbb15aad9b5daeddf8 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 7 Sep 2022 14:17:08 -0700 Subject: [PATCH] Ignore user vscode settings in the client. --- client/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/.gitignore b/client/.gitignore index 4d29575d..86873e02 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -21,3 +21,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +.vscode/settings.json \ No newline at end of file