Browse Source

Set repo to handle vscode files

Bubka 4 years ago
parent
commit
e1f8c587eb
2 changed files with 6 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 5 0
      jsconfig.json

+ 1 - 0
.gitignore

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

+ 5 - 0
jsconfig.json

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