remove settings.json

This commit is contained in:
wiiznokes 2024-10-19 01:38:11 +02:00
parent c287445ecc
commit db73606820
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ Cargo.lock
target
vendor
vendor.tar
/.vscode/settings.json

View file

@ -1,4 +0,0 @@
{
"rust-analyzer.check.overrideCommand": ["just", "check-json"],
"git-blame.gitWebUrl": "",
}