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
|
/storage/*.key
|
||||||
/vendor
|
/vendor
|
||||||
/.idea
|
/.idea
|
||||||
|
/.vscode
|
||||||
/.vagrant
|
/.vagrant
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
|
Loading…
Reference in New Issue