Add Extract Ignore Lists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user