Add Extract Ignore Lists

This commit is contained in:
2026-04-21 19:10:29 +02:00
parent b690135057
commit 2c2dce7e41
3 changed files with 22 additions and 6 deletions
+5
View File
@@ -33,6 +33,7 @@ type Config struct {
Paths PathConfig `json:"paths"`
HAKs []HAKConfig `json:"haks"`
TopData TopDataConfig `json:"topdata"`
Extract ExtractConfig `json:"extract"`
}
type ModuleConfig struct {
@@ -64,6 +65,10 @@ type TopDataConfig struct {
Assets string `json:"assets"`
}
type ExtractConfig struct {
IgnoreExtensions []string `json:"ignore_extensions"`
}
type Inventory struct {
SourceFiles []string
ScriptFiles []string