Set repo to handle vscode files

This commit is contained in:
Bubka 2021-08-01 00:17:04 +02:00
parent 0d9cb6becd
commit e1f8c587eb
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
/storage/*.key
/tests/Coverage
/vendor
/.vscode
.env
.phpunit.result.cache
Homestead.json

5
jsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"include": [
"./resources/js/*"
]
}