From 83d41efab1c3ab7b1ceef93d3ca6e86b9d2b04ba Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 27 Dec 2020 05:00:55 -0700 Subject: [PATCH] build: add comments to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 993e316..b3b0a74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# VSCode files .vscode/* !.vscode/settings.json !.vscode/tasks.json