diff --git a/.gitignore b/.gitignore index af97cec..4a310a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ +.vscode/ update.sh guilds-data/* token.json* -# Created by https://www.gitignore.io/api/node,visualstudiocode +# Created by https://www.gitignore.io/api/node ### Node ### # Logs @@ -65,13 +66,4 @@ typings/ # dotenv environment variables file .env - -### VisualStudioCode ### -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -.history - -# End of https://www.gitignore.io/api/node,visualstudiocode +# End of https://www.gitignore.io/api/node diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 61fafd7..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - // Use IntelliSense to learn about possible Node.js debug 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": "Launch Program", - "program": "${workspaceRoot}/app/index.js", - "args":[ - "token.json", - "guilds.json" - ] - } - ] -} \ No newline at end of file