Ignore and remove .vscode

This commit is contained in:
bloeys
2021-11-12 12:03:11 +04:00
parent face8d3da3
commit 01930fad93
2 changed files with 2 additions and 16 deletions

3
.gitignore vendored
View File

@ -12,4 +12,5 @@
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
vendor/
.vscode/

15
.vscode/launch.json vendored
View File

@ -1,15 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}"
}
]
}