ref: 4cd09e79906f64a773eb3c76fd9ae9427de96d2a
parent: 5c339ef686f0688af3be0c52311d63345d32e4f0
author: Gabriel Ravier <gabravier@gmail.com>
date: Thu May 2 12:21:55 EDT 2019
Added VSCode support to .gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,12 @@
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