소스 검색

Set repo to handle vscode files

Bubka 4 년 전
부모
커밋
e1f8c587eb
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 5 0
      jsconfig.json

+ 1 - 0
.gitignore

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

+ 5 - 0
jsconfig.json

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