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:
leo 2025-06-23 17:22:57 +08:00
parent 5b6e9805dd
commit b519ead5a1
No known key found for this signature in database
9 changed files with 168 additions and 29 deletions

View file

@ -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>