diff --git a/.gitignore b/.gitignore index 4f2aea62..77d1f8ea 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /storage/*.key /tests/Coverage /vendor +/.vscode .env .phpunit.result.cache Homestead.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..3b6680d7 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "include": [ + "./resources/js/*" + ] +} \ No newline at end of file