Skip to content

Commit cc2df91

Browse files
committed
chore: 更新配置文件
1 parent 28064c0 commit cc2df91

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.dockerignore
1+
.dockerignore
22
.env
33
.git
44
.gitignore

.filenesting.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
".iced",
1919
".config",
2020
".cs",
21-
".vb",
2221
".json"
2322
]
2423
}

.issuetracker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
[issuetracker "Gitee-Commit"]
1414
regex = "[C|c]ommit:([^\\s]*)"
15-
url = "https://gitee.com/Longbow/BootstrapBlazor/commit/$1"
15+
url = "https://github.com/dotnetcore/BootstrapBlazor/commit/$1"
1616

1717
[issuetracker "Gitee-PR"]
1818
regex = "!([\\d]+)"
19-
url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"
19+
url = "https://github.com/dotnetcore/BootstrapBlazor/pulls/$1"

.tfignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)