From 999fe6498df72b67d3201f1c5330bfe36c90f0c6 Mon Sep 17 00:00:00 2001 From: Zoranzoki21 Date: Sun, 21 Oct 2018 15:47:48 +0200 Subject: [PATCH] Add .vscode to .gitignore file .vscode is place of configurations for Visual Studio Code. Change-Id: Ie066b9773af757181f325c090af1af68d4954236 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 248931ea2a..35c8fc67cc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,8 @@ project.index ## Sublime sublime-* sftp-config.json +## Visual Studio Code +*.vscode # MediaWiki install & usage /cache -- 2.20.1