From 686d6d1d5195b63716327f83fd34242dda41e70c Mon Sep 17 00:00:00 2001 From: Harry Brundage Date: Fri, 31 May 2024 22:10:33 +0000 Subject: [PATCH] Ignore user specific vscode settings --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9bde26b..739802e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ yarn.lock vscode-profile* isolate-* flamegraph.html -*.perf \ No newline at end of file +*.perf +.vscode/settings.json \ No newline at end of file