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

Fix synchronize_sync_meta for macOS #216

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Fix synchronize_sync_meta for macOS #216

merged 2 commits into from
Jan 23, 2024

Conversation

bohning
Copy link
Owner

@bohning bohning commented Jan 22, 2024

Ignore hidden "dot files" that start with "._".

Ignore hidden "dot files" that start with "._".
@bohning bohning requested a review from RumovZ January 22, 2024 19:10
@RumovZ
Copy link
Collaborator

RumovZ commented Jan 23, 2024

This excludes any files starting with . or _ if I'm not mistaken, and we need to match _. But ignoring any files starting with . should be fine.

@bohning
Copy link
Owner Author

bohning commented Jan 23, 2024

This excludes any files starting with . or _ if I'm not mistaken, and we need to match _. But ignoring any files starting with . should be fine.

Yes, I think you are right, good catch. I changed it accordingly to exclude all files starting with a dot.

@RumovZ RumovZ merged commit 09380da into main Jan 23, 2024
1 check passed
@RumovZ RumovZ deleted the fix_synchronize_macos branch January 23, 2024 19:45
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

Successfully merging this pull request may close these issues.

2 participants