From 001ead91edea0837e9291176fce068f3e4f1211d Mon Sep 17 00:00:00 2001 From: adeadfed Date: Wed, 29 Mar 2023 00:28:17 +0200 Subject: [PATCH] delete vscode related files from repo --- .gitignore | 3 +++ .vscode/launch.json | 18 ------------------ 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 45a067a..922004b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ Session.vim *~ /pipreqs/*.bak + +# vscode gitignore +.vscode/* \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 4dcfe00..0000000 --- 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": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "cwd": "${workspaceFolder}\\pipreqs", - "justMyCode": true, - "args": ["C:/Users/Strawberry/Desktop/projects/pipreqs-vulnerable", "--print"] - } - ] -} \ No newline at end of file