From 3af43adac5aecd42df7ed140d3acdf70db7a77a2 Mon Sep 17 00:00:00 2001 From: Arther Date: Sun, 24 Dec 2023 18:18:59 +0530 Subject: [PATCH] Ignore vscode directory --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 24476c5..5836224 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ migrate_working_dir/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/