Added VSCode support to .gitignore

This commit is contained in:
Gabriel Ravier 2019-05-02 16:21:55 +02:00
parent 5c339ef686
commit 4cd09e7990

9
.gitignore vendored
View file

@ -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