Skip to content

Commit 8e6a419

Browse files
committed
config
1 parent ec0f7b3 commit 8e6a419

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.config/dotnet-tools.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"version": 1,
33
"isRoot": true,
4-
"tools": {}
4+
"tools": {
5+
"jetbrains.resharper.globaltools": {
6+
"version": "2023.1.2",
7+
"commands": [
8+
"jb"
9+
]
10+
}
11+
}
512
}

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.vs
2+
*obj\*
3+
*debug\*

0 commit comments

Comments
 (0)