We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28064c0 commit cc2df91Copy full SHA for cc2df91
.dockerignore
@@ -1,4 +1,4 @@
1
-.dockerignore
+.dockerignore
2
.env
3
.git
4
.gitignore
.filenesting.json
@@ -18,7 +18,6 @@
18
".iced",
19
".config",
20
".cs",
21
- ".vb",
22
".json"
23
]
24
}
.issuetracker
@@ -12,8 +12,8 @@
12
13
[issuetracker "Gitee-Commit"]
14
regex = "[C|c]ommit:([^\\s]*)"
15
- url = "https://gitee.com/Longbow/BootstrapBlazor/commit/$1"
+ url = "https://github.com/dotnetcore/BootstrapBlazor/commit/$1"
16
17
[issuetracker "Gitee-PR"]
regex = "!([\\d]+)"
- url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"
+ url = "https://github.com/dotnetcore/BootstrapBlazor/pulls/$1"
.tfignore
0 commit comments