From c9f25fa76c2f74fc29aad640157b153f19d04ed6 Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Thu, 15 Aug 2024 12:55:14 -0400 Subject: [PATCH] chore: add .vscode to .gitignore Signed-off-by: Brooks Townsend --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a57891807..fe1ceca80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target Cargo.lock *.swp -.idea \ No newline at end of file +.idea +.vscode \ No newline at end of file