Skip to content

Commit dbbb75f

Browse files
authored
Initial commit
0 parents  commit dbbb75f

92 files changed

Lines changed: 4137 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.config/dotnet-tools.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-reportgenerator-globaltool": {
6+
"version": "5.5.10",
7+
"commands": [
8+
"reportgenerator"
9+
],
10+
"rollForward": false
11+
},
12+
"csharpier": {
13+
"version": "1.3.0",
14+
"commands": [
15+
"csharpier"
16+
],
17+
"rollForward": false
18+
},
19+
"husky": {
20+
"version": "0.9.1",
21+
"commands": [
22+
"husky"
23+
],
24+
"rollForward": false
25+
}
26+
}
27+
}

.csharpierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea/
2+
Directory.Packages.props
3+
Directory.Build.props

.dockerignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**/.classpath
2+
**/.dockerignore
3+
**/.env
4+
**/.git
5+
**/.gitignore
6+
**/.project
7+
**/.settings
8+
**/.toolstarget
9+
**/.vs
10+
**/.vscode
11+
**/*.*proj.user
12+
**/*.dbmdl
13+
**/*.jfm
14+
**/azds.yaml
15+
**/bin
16+
**/charts
17+
**/docker-compose*
18+
**/Dockerfile*
19+
**/node_modules
20+
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md

0 commit comments

Comments
 (0)