haiwen / seafile-client

Seafile desktop client.
http://seafile.com
Apache License 2.0
469 stars 280 forks source link

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

Open multiwebinc opened 1 year ago

multiwebinc commented 1 year ago

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

feiniks commented 1 year ago

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

ibgs/strapi-v4-sqlite/.cache/
ibgs/strapi-v4-sqlite/.cache/*
multiwebinc commented 1 year ago

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