gitignore: drop .vscode directory

This commit is contained in:
MedzikUser 2022-06-04 20:12:00 +02:00
parent 4f002bb322
commit 69e407b95b
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 4 additions and 5 deletions

4
.gitignore vendored
View File

@ -4,3 +4,7 @@
# Plugins
/plugins
*.so
# IDEs
.vscode
.idea

View File

@ -1,5 +0,0 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/medzik/git/MedzikUser/rust/servers/.github/workflows/build.yml"
}
}