Skip to content

Commit 155564c

Browse files
committed
chore: update .gitignore to exclude all VSCode settings and add vscode-git-graph configuration
1 parent 712cbd4 commit 155564c

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ pyrightconfig.json
280280
*lol
281281

282282
### VisualStudioCode ###
283-
.vscode/*
283+
!.vscode/*
284284
!.vscode/settings.json
285285
!.vscode/tasks.json
286286
!.vscode/launch.json

.vscode/vscode-git-graph.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"includeCommitsMentionedByReflogs": false,
3+
"onlyFollowFirstParent": false,
4+
"pullRequestConfig": {
5+
"provider": "github",
6+
"hostRootUrl": "https://github.com",
7+
"sourceRemote": "origin",
8+
"sourceOwner": "Nick2bad4u",
9+
"sourceRepo": "UserStyles",
10+
"destRemote": "origin",
11+
"destOwner": "Nick2bad4u",
12+
"destRepo": "UserStyles",
13+
"destProjectId": "",
14+
"destBranch": "create-pull-request/patch",
15+
"custom": null
16+
},
17+
"exportedAt": 1742426052054
18+
}

0 commit comments

Comments
 (0)