From e01ce8f0ce58a1c184507b4d2effd44fef1f8fc6 Mon Sep 17 00:00:00 2001 From: Shwoomple <> Date: Wed, 6 Jul 2022 18:33:42 +0530 Subject: [PATCH] gitignore: Update gitignore for vscode --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c2d39e2..9755a08 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # ignore nano's temp files *.swp + +#vscode +.vscode