add .idea and .vscode to gitignore (#5615)
Add folders to gitignore. The same exclusions exist in the laravel / framework gitignore.
This commit is contained in:
parent
c5d38d469a
commit
131a10260e
|
@ -11,3 +11,5 @@ Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
/.idea
|
||||||
|
/.vscode
|
||||||
|
|
Loading…
Reference in New Issue