Browse Source

Add VSCode to gitignore file

Add /.vscode to .gitignore file to prevent commiting content of that folder to git repo.
Drazen Vasiljevic 6 years ago
parent
commit
d0022ab33d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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