.kavitaignore no more (#2442)
This commit is contained in:
parent
cd27efecdd
commit
7221501c4d
91 changed files with 5968 additions and 1026 deletions
10
API/Entities/LibraryExcludedGlob.cs
Normal file
10
API/Entities/LibraryExcludedGlob.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace API.Entities;
|
||||
|
||||
public class LibraryExcludePattern
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Pattern { get; set; }
|
||||
|
||||
public int LibraryId { get; set; }
|
||||
public Library Library { get; set; } = null!;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue