mirror of
https://github.com/4sval/FModel.git
synced 2026-04-17 15:07:27 -05:00
gitignore and md files are now able to be read
This commit is contained in:
parent
f64a333847
commit
b0625bbd6f
|
|
@ -593,6 +593,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
case "uplugin":
|
||||
case "archive":
|
||||
case "dnearchive": // Banishers: Ghosts of New Eden
|
||||
case "gitignore":
|
||||
case "vmodule":
|
||||
case "uparam": // Steel Hunters
|
||||
case "verse":
|
||||
|
|
@ -618,6 +619,8 @@ public class CUE4ParseViewModel : ViewModel
|
|||
case "lua":
|
||||
case "js":
|
||||
case "po":
|
||||
case "md":
|
||||
case "po":
|
||||
case "h":
|
||||
{
|
||||
var data = Provider.SaveAsset(entry);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user