mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
ADded slidershow cache dir to ignore list
This commit is contained in:
parent
1ee0137800
commit
5b1b94d3eb
@ -677,7 +677,7 @@ namespace Wabbajack
|
||||
{
|
||||
var cruft_files = new HashSet<string>
|
||||
{
|
||||
"7z.dll", "7z.exe", "vfs_staged_files\\", "nexus.key_cache", "patch_cache\\",
|
||||
"7z.dll", "7z.exe", "vfs_staged_files\\", "nexus.key_cache", "patch_cache\\", "slideshow_cache\\",
|
||||
Consts.NexusCacheDirectory + "\\"
|
||||
};
|
||||
return source =>
|
||||
|
Loading…
Reference in New Issue
Block a user