Results 15 comments of Bergmann89

Hey guys, I've crated a PR for the GS66 support (including the power button). On my setup I did not have any issues during reboot, so I did not add...

I can add this to the config too, but I would like to have this feature as ignore file.

Just realized, that the `gitignore` crate has a bug :/ The following patterns will not ignore any file, but it should ignore everything except the `mdbook-plantuml-img` directory: ``` /* !mdbook-plantuml-img...

The [`ignore`](https://docs.rs/ignore/0.4.18/ignore/gitignore/struct.Gitignore.html) crate work as expected.

I've pushed a new version that uses the `ignore` crate instead of `gitignore`. With the `ignore` crate we can do some further improvements: - Remove the custom implementation of file...

Any remarks? Or can we merge this? :)

> Overall I'm finding the difference between .gitignore and .mdbookignore a little confusing. What exactly? We can also add this to the config if you want to, but I need...

Sorry, I had no time to make this ready yet. Feel free to fix the findings above :)

@ehuss I (finally) had some time to resolve the findings and rebased to the current master. Might there be some time for another review? :)