diff --git a/.gitignore b/.gitignore index 5982d2c6..ef663907 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ website/node_modules *.iml *.test *.iml +.vscode website/vendor diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b7681af4..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +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": "${workspaceFolder}", - "args": [ - "-debug" - ] - } - ] -} \ No newline at end of file