fix(misc): remove vscode settings (#53)

* remove settings.json

* add gitignore for .vscode/settings.json
This commit is contained in:
Samuel Dai 2025-04-11 14:43:59 +08:00 committed by GitHub
parent bf9f6097c9
commit eeac4b0204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target /target
.direnv/* .direnv/*
result result
.vscode/settings.json

View File

@ -1,3 +0,0 @@
{
"nixEnvSelector.nixFile": "${workspaceFolder}/default.nix"
}