![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
Allow to exclude directory in config. Feature Request
ZiroGX2 opened this issue ยท 1 comments
Serversync Version: Irrelevant
Minecraft Version: also Irrelevant
Issue: Certain mods create data in the mods folder that does not need to be copied to clients. Copying it makes syncs take up to 40 minutes. I tried using wildcard to exclude a directory in the mods folder and it did not work so I don't think it is currently possible.
Looks like this works with glob patterns:
serversync-server.cfg
S:FILE_IGNORE_LIST <
mods/nastyfolder/**
>
Tested this with SS 2.6.19, does indeed ignore everything in 'nastyfolder'.