mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-30 06:40:42 +00:00
feature: supports to add ignored file(s) locally (saved in $GIT_DIR/info/exclude
) (#1447)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
5b6e9805dd
commit
b519ead5a1
9 changed files with 168 additions and 29 deletions
|
@ -6,6 +6,9 @@
|
|||
<x:String x:Key="Text.About" xml:space="preserve">關於</x:String>
|
||||
<x:String x:Key="Text.About.Menu" xml:space="preserve">關於 SourceGit</x:String>
|
||||
<x:String x:Key="Text.About.SubTitle" xml:space="preserve">開源免費的 Git 客戶端</x:String>
|
||||
<x:String x:Key="Text.AddToIgnore" xml:space="preserve">新增忽略檔案</x:String>
|
||||
<x:String x:Key="Text.AddToIgnore.Pattern" xml:space="preserve">匹配模式 :</x:String>
|
||||
<x:String x:Key="Text.AddToIgnore.Storage" xml:space="preserve">儲存路徑 :</x:String>
|
||||
<x:String x:Key="Text.AddWorktree" xml:space="preserve">新增工作區</x:String>
|
||||
<x:String x:Key="Text.AddWorktree.Location" xml:space="preserve">工作區路徑:</x:String>
|
||||
<x:String x:Key="Text.AddWorktree.Location.Placeholder" xml:space="preserve">填寫該工作區的路徑。支援相對路徑。</x:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue