seafile-client
seafile-client copied to clipboard
I'm getting file sync errors for files in seafile-ignore.txt
My seafile-ignore.txt in the library's root directory contains the following:
.directory*
*.kate-swp
laravel/*/storage/logs/*
laravel/*/storage/framework/cache/*
.well-known/*
*/node_modules/*
*/.next/*
*/.cache/*
However I am getting these errors:

Hello, you need to write like below to ignore the .cache directory:
ibgs/strapi-v4-sqlite/.cache/
ibgs/strapi-v4-sqlite/.cache/*
@feiniks Wildcards don't work at the beginning of the ignore strings?