don't re-pack Textile data
This commit is contained in:
parent
3af7d75042
commit
cffc659001
@ -119,6 +119,8 @@ public class Utilities {
|
||||
if (path.getFileName().toString().equals("session.lock")) return true;
|
||||
}
|
||||
|
||||
if(path.getFileName().endsWith(CompressionStatus.DATA_FILENAME)) return true;
|
||||
|
||||
return config.get().fileBlacklist.stream().anyMatch(path::startsWith);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user