deadc0de

Results 25 comments of deadc0de

Ok, I'll look into it, thanks for testing

@roachsinai I did some refactoring on dotdrop. Can you retest it with the master branch and let me know if the bug is still here?

Cool! You can ignore unimported files with the ignore pattern. Do you need help?

Yes, you can either ignore completely anything that is not present in dotdrop with the global option `ignore_missing_in_dotdrop` (doc is [here](https://dotdrop.readthedocs.io/en/latest/config/config-file/#ignore-missing)). This option can also be set per dotfile (see...

Thanks for anytree, it's an awesome library that allowed me to create this little project: https://github.com/deadc0de6/catcli - a CLI indexer for your offline data

`install` and `uninstall` won't use the new ftree since those are handling a lot more than just copying/removing files (backups, transformations, etc).

Thanks for reporting this and sorry for the late reply. I will look at that ASAP and will get back to you.

@ckudera I have completely refactored the way the ignore pattern (and negative ignore pattern) are handled in dotdrop. That should fix your issue above. Could you give it a try...

@ckudera the new feature is available in the master branch. Thanks for your help on this :+1:

@klingon00 @derritter88 I have the same issue, opened a dedicated issue #2279