From fe6757c445baed49d3f408ba237b35fb44135a70 Mon Sep 17 00:00:00 2001 From: Hongyang Zhou Date: Sun, 28 Jan 2024 13:13:27 -0500 Subject: [PATCH] Ignore vscode config --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5234b03b..03a3139a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ test* /docs/build/ Manifest.toml /.benchmarkci -/benchmark/*.json \ No newline at end of file +/benchmark/*.json +.vscode/ \ No newline at end of file