From c9fd3979c1aedf5d98b6dc60ba8f540deadebf2b Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Thu, 11 Aug 2016 20:18:44 +0200 Subject: [PATCH] [.gitignore] Ignore all Visual Studio Code settings --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9a267f6..d28d273 100644 --- a/.gitignore +++ b/.gitignore @@ -227,3 +227,8 @@ pip-log.txt /cache /whitelist.txt DEBUG + +###################### +## VisualStudioCode ## +###################### +.vscode/* \ No newline at end of file