feature: supports adding custom LFS track pattern

This commit is contained in:
leo 2024-06-18 14:14:13 +08:00
parent c56d0cf85e
commit a3c6431efa
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
7 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,12 @@
using Avalonia.Controls;
namespace SourceGit.Views
{
public partial class LFSTrackCustomPattern : UserControl
{
public LFSTrackCustomPattern()
{
InitializeComponent();
}
}
}