This commit is contained in:
wiiznokes 2026-04-16 08:58:06 +07:00 committed by GitHub
commit 802fca9a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": "",
}