mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Exclude Saved directory by default
This commit is contained in:
parent
5beb27deea
commit
e82d2d3b01
@ -206,6 +206,7 @@ try {
|
||||
$argList.Add("-x!$pluginName\.git*") > $null
|
||||
$argList.Add("-x!$pluginName\Binaries\") > $null
|
||||
$argList.Add("-x!$pluginName\Intermediate\") > $null
|
||||
$argList.Add("-x!$pluginName\Saved\") > $null
|
||||
$argList.Add("-x!$pluginName\pluginconfig.json") > $null
|
||||
|
||||
if (Test-Path $excludefile) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user