-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[bug] Directory ignore pattern not working in cmpignore #431
Labels
Comments
Thanks for reporting this and sorry for the late reply. I will look at that ASAP and will get back to you. |
8 tasks
@deadc0de6 Thank you for the fast fix and your amazing work on dotdrop :) |
@deadc0de6 Yes, it works :) Thank you! |
@ckudera the new feature is available in the master branch. Thanks for your help on this 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dotdrop version (and git commit if run from source): de05935 (Sun Dec 31 14:14:00 2023 +0100)
Using dotdrop: as a submodule
Describe the bug
Similar to #418, directories are not ignored.
Steps to Reproduce
~/.config/obsidian
directory structure:I tried different configurations (the first one as documented in the documentation):
But the output of
dotdrop compare
is always:Therefore, files are ignored, but directories are not.
Expected behavior
Every file and directory except
Custom Dictionary.txt
should be ignored.Additional information
I know, I could simply backup only the
Custom Dictionary.txt
file, but I might want to add files from the/home/fedora/.config/obsidian/
directory in the future.Dotdrop's execution with the debug logs (
--verbose
)output.txt
The text was updated successfully, but these errors were encountered: