Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.dockerignore
.dockerignore
.env
.git
.gitignore
Expand Down
1 change: 0 additions & 1 deletion .filenesting.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
".iced",
".config",
".cs",
".vb",
".json"
]
}
Expand Down
4 changes: 2 additions & 2 deletions .issuetracker
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

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

[issuetracker "Gitee-PR"]
regex = "!([\\d]+)"
url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"
url = "https://github.com/dotnetcore/BootstrapBlazor/pulls/$1"
1 change: 0 additions & 1 deletion .tfignore

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [Argo Zhang] (argo@163.com)
Copyright [Argo Zhang] (argo@live.ca)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading