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:
parent
56630f462f
commit
d0022ab33d
|
@ -4,6 +4,7 @@
|
|||
/storage/*.key
|
||||
/vendor
|
||||
/.idea
|
||||
/.vscode
|
||||
/.vagrant
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
|
|
Loading…
Reference in New Issue