From 4cd09e79906f64a773eb3c76fd9ae9427de96d2a Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Thu, 2 May 2019 16:21:55 +0200 Subject: [PATCH] Added VSCode support to .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 4dd1e798..ac01efa1 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,12 @@ msvc2003/Debug msvc2003/Release msvc2003/Debug (Japanese) msvc2003/Release (Japanese) + +# Exclude VSCode folder +.vscode/* + +# Do not exclude common files that we might actually add in the future (could be used for having build commands or the like) +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json