Closed rino0601 closed 2 years ago
impignore
is a config block entry and not a dotfiles entry:
impignore
in the config blockThe point is that if the dotfile entry is already there, then it makes little sense to have an ignore pattern on import. Maybe you were looking for upignore
?
@rino0601 I have cleaned the error so that it's less verbose. It will be available in the next release.
@deadc0de6 Sorry for the late reply. And thanks for the great tool.
I'm new to this tool, and I found this while trying to learn something. (After reading only "getting started" and skipping the rest)
If I had followed all the "usage" documentation, I would have known that import and update exist separately, so I would not have tried to import the imported one again, so I would not have noticed this awkwardness.
I thought the documentation was awkward, so I tried to write a PR. The content to be written was small, but I had to understand the repo structure to write mkdocs , so my reply was delayed because I was wasting time here.
In doing so, I came to understand the code and functions of the project, and as my understanding improved, the documentation did not look awkward at all. It makes sense.
In the end, it was because I did not read the documents in order, and it was difficult to explain to people who did not see the explanation, so I decided that it was not something to fix by fixing the document.
My misunderstanding has been cleared up, so I guess I'll just have to close it. Sorry to bother you!
And once again thank you for this project.
@rino0601 no problem, happy to help!
Could you provide me with more information on why you didn't find your way in the doc at the beginning so that I can improve it?
Thanks for your help!
Dotdrop version (and git commit if run from source): v1.10.3 Using dotdrop: homebrew
Describe the bug
Steps to Reproduce
Steps to reproduce the behavior:
impignore
dotdrop compare
Expected behavior
I checked the contents of dotdrop/dotfile.py, and it seems that only that part of the document needs to be deleted.
Additional information
The relevant part of the config file
Dotdrop's execution with the debug logs (
--verbose
)(The verbose option is omitted because it is too verbose. But it will be enough.)