remove .vscode

This commit is contained in:
pointer-to-bios 2024-09-12 11:06:23 +08:00
parent e538cc6b8b
commit d42d089820
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
/.vscode

View File

@ -1,7 +0,0 @@
{
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.cargo.extraArgs": [
"--target",
"x86_64-unknown-none"
]
}