diff --git a/.gitignore b/.gitignore index 9a55e16b2..eb8e23405 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ +# IDEs +.vscode/ + # npm node_modules/ -# tsc -lib/ - # bolt .bolt-work/ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b92d0e60a..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +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": [ - { - "type": "node", - "request": "launch", - "name": "Run on Test File", - "outputCapture": "std", - "skipFiles": [ - "${workspaceFolder}/node_modules/**/*.js", - "${workspaceFolder}/lib/**/*.js", - "/**" - ], - "program": "${workspaceFolder}/lib/bin/bolt.js", - "args": ["check", "stdlib"], - } - ] -} \ No newline at end of file