chore(vscode): Ignore develop PRs

This commit is contained in:
Sidharth Vinod
2022-09-20 12:20:23 +05:30
parent b7140fb2aa
commit 3f3086dae5
+2 -1
View File
@@ -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"]
}