diff --git a/.gitignore b/.gitignore index de4d1f00..a3ca1c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ dist node_modules +.vscode diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 86d0ad7a..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +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": "Electron Main", - "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", - //"program": "${workspaceFolder}/app/main.js", - "args": ["${workspaceFolder}/app/main.js", "C:\\Temp\\test"] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 32fbb9ac..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "git.ignoreLimitWarning": true -} \ No newline at end of file