Remove .vscode from repo

This commit is contained in:
Denis 2023-12-10 02:45:23 +01:00
parent f382fcc51c
commit 6e5e1d2518
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
2 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View file

@ -5,4 +5,5 @@
/depends /depends
/debug /debug
/.cache /.cache
*.patch *.patch
/.vscode

View file

@ -1,5 +0,0 @@
{
"files.associations": {
"virt_ds4.h": "c"
}
}