From 48d2096e58bb5989b4d252159a83e86ee04c7810 Mon Sep 17 00:00:00 2001 From: Sofstica-Muhammad-Aun Date: Sat, 24 Aug 2024 09:48:12 +0500 Subject: [PATCH] chore: Remove .vscode directory and add to .gitignore --- .gitignore | 1 + .vscode/launch.json | 28 ---------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d74e21 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index f629351..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,28 +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": "app", - "cwd": "app", - "request": "launch", - "type": "dart" - }, - { - "name": "app (profile mode)", - "cwd": "app", - "request": "launch", - "type": "dart", - "flutterMode": "profile" - }, - { - "name": "app (release mode)", - "cwd": "app", - "request": "launch", - "type": "dart", - "flutterMode": "release" - } - ] -} \ No newline at end of file