added .vscode to the gitignore (#15)

Added .vscode to the gitignore.
This commit is contained in:
Anthony De Meulemeester 2018-02-04 21:05:47 +01:00 committed by GitHub
parent 628656483a
commit d38e3290ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

11
.gitignore vendored
View file

@ -15,4 +15,13 @@
# Added by CoZ developers
vendor/
bin/
bin/
# text editors
# vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

View file

@ -1,2 +0,0 @@
{
}

View file

@ -1 +1 @@
0.5.0
0.6.0