do not ignore removed files by default via AppConfig
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
Public Enum UpdateSyncAction
|
||||
Imports Newtonsoft.Json
|
||||
Imports Newtonsoft.Json.Converters
|
||||
|
||||
<JsonConverter(GetType(StringEnumConverter))>
|
||||
<Flags>
|
||||
Public Enum UpdateSyncAction
|
||||
None
|
||||
NewFile
|
||||
RemovedFile
|
||||
|
||||
Reference in New Issue
Block a user