Merge pull request #3 from GabrielRavier/AddVSCodeToGitIgnore

Added VSCode support to .gitignore
This commit is contained in:
Clownacy 2019-05-02 19:44:21 +01:00 committed by GitHub
commit d79c50f8d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.gitignore vendored
View file

@ -49,3 +49,12 @@ msvc2003/Debug
msvc2003/Release
msvc2003/Debug (Japanese)
msvc2003/Release (Japanese)
# Exclude VS Code folder
.vscode/*
# Useful for VS Code users
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json