Update .gitignore: Ignore vscode workspace config files

This commit is contained in:
John 2024-01-26 18:27:23 -06:00
parent f0379ff1d3
commit e4a1b889c2

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
# Cargo build artifacts and lockfile
/target
Cargo.lock
Cargo.lock
# Visual Studio Code files
/.vscode