Yuki Takei 3 лет назад
Родитель
Сommit
cfe2c9081b
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      .vscode/settings.json

+ 4 - 1
.vscode/settings.json

@@ -21,5 +21,8 @@
   "editor.codeActionsOnSave": {
     "source.fixAll.eslint": true,
     "source.fixAll.markdownlint": true
-  }
+  },
+  "githubPullRequests.ignoredPullRequestBranches": [
+    "master"
+  ]
 }