Add VSCode to gitignore file

Add /.vscode to .gitignore file to prevent commiting content of that folder to git repo.
This commit is contained in:
Drazen Vasiljevic 2018-01-30 13:53:16 +01:00
parent 56630f462f
commit d0022ab33d

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/storage/*.key
/vendor
/.idea
/.vscode
/.vagrant
Homestead.json
Homestead.yaml