seafile-client icon indicating copy to clipboard operation
seafile-client copied to clipboard

I'm getting file sync errors for files in seafile-ignore.txt

Open multiwebinc opened this issue 3 years ago • 2 comments

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:

image

multiwebinc avatar Feb 27 '23 18:02 multiwebinc

Hello, you need to write like below to ignore the .cache directory:

ibgs/strapi-v4-sqlite/.cache/
ibgs/strapi-v4-sqlite/.cache/*

feiniks avatar Feb 28 '23 02:02 feiniks

@feiniks Wildcards don't work at the beginning of the ignore strings?

multiwebinc avatar Feb 28 '23 03:02 multiwebinc