From 0e4cd5a7607cbd08684fe982a18f2799a1497bf8 Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Sun, 28 Feb 2021 16:50:58 +0100
Subject: [PATCH] Update gitignore

---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a1e2019..72a2c49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@ myvenv
 /static
 .DS_Store
 
+# for VS Code
+.vscode
+
 # Created by https://www.toptal.com/developers/gitignore/api/django
 # Edit at https://www.toptal.com/developers/gitignore?templates=django
 
@@ -265,7 +268,8 @@ flycheck_*.el
 .LSOverride
 
 # Icon must end with two \r
-Icon

+Icon
+
 
 # Thumbnails
 ._*
-- 
GitLab