Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
multiwebinc opened this issue Feb 27, 2023 · 2 comments
Open

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

multiwebinc opened this issue Feb 27, 2023 · 2 comments

Comments

@multiwebinc
Copy link

multiwebinc commented Feb 27, 2023

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
Copy link
Contributor

feiniks commented Feb 28, 2023

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

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

@multiwebinc
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants