From e4a1b889c247586dff4954daf50bfff62f503e87 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Fri, 26 Jan 2024 18:27:23 -0600 Subject: [PATCH] Update .gitignore: Ignore vscode workspace config files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 869df07..bd604dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ +# Cargo build artifacts and lockfile /target -Cargo.lock \ No newline at end of file +Cargo.lock + +# Visual Studio Code files +/.vscode