chore(vscode): Ignore develop PRs
This commit is contained in:
Vendored
+2
-1
@@ -4,5 +4,6 @@
|
||||
"vitest.commandLine": "yarn test:unit",
|
||||
"vitest.enable": true,
|
||||
"testing.autoRun.mode": "rerun",
|
||||
"svelte.enable-ts-plugin": true
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"githubPullRequests.ignoredPullRequestBranches": ["develop"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user