Add option to ignore specific downloads (#79)
This commit is contained in:
@@ -11,4 +11,6 @@ public static class CacheKeys
|
||||
public static string BlocklistRegexes(InstanceType instanceType) => $"{instanceType.ToString()}_regexes";
|
||||
|
||||
public static string Item(string hash) => $"item_{hash}";
|
||||
|
||||
public static string IgnoredDownloads(string name) => $"{name}_ignored";
|
||||
}
|
||||
Reference in New Issue
Block a user