From 584d782a9ff4cb2ee65ecec738a53e52429370b9 Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Mon, 15 Aug 2016 18:08:18 +0200 Subject: [PATCH] Add VS Code files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 65c0087a..f9f69301 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ Makefile # Ignore QtCreator temp files CMakeLists.txt.user CMakeLists.txt.user.* + +# Ignore Visual Studio Code files +/.vscode