From 998a58df34263fbb51ea53933e7ee67c6582f418 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 7 Oct 2022 12:58:31 -0700 Subject: [PATCH] Ignore vscode tasks file in client. --- client/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/.gitignore b/client/.gitignore index 86873e02..96f008ff 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -22,4 +22,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -.vscode/settings.json \ No newline at end of file +.vscode/settings.json +.vscode/tasks.json