Skip to content

Commit 1148973

Browse files
committed
Add VSCode settings to ignore pull requests from the main branch
1 parent 9c90256 commit 1148973

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"githubPullRequests.ignoredPullRequestBranches": [
3+
"main"
4+
]
5+
}

0 commit comments

Comments
 (0)