From c9322d758ed64fd4bfe6331e4e054b71863afbb7 Mon Sep 17 00:00:00 2001
From: Putu Agastya <agastya.indrayana@gmail.com>
Date: Tue, 7 Apr 2020 01:40:21 +0700
Subject: [PATCH] [CHORES] Ignore .vscode folder

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 6422497..5484859 100644
--- a/.gitignore
+++ b/.gitignore
@@ -187,6 +187,7 @@ pip-selfcheck.json
 !.vscode/tasks.json
 !.vscode/launch.json
 !.vscode/extensions.json
+.vscode/
 
 ### VisualStudioCode Patch ###
 # Ignore all local history of files
-- 
GitLab