From e1f8c587eb26184a9c7c254f00440e390e89a094 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Sun, 1 Aug 2021 00:17:04 +0200 Subject: [PATCH] Set repo to handle vscode files --- .gitignore | 1 + jsconfig.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 jsconfig.json 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