mdbook/src
Kim Hå 8e8e53ae15 Added support for gitignore files. (#1044)
* Added support for gitignore files.
The watch command will now ignore files based on gitignore. This can be useful for when your editor creates cache or swap files.

* Ran cargo fmt.

* Made the code a bit tidier based on input from other Rust programmers.
Changed the type of the closure back to use PathBuf, not &PathBuf.
Reduced nesting.
2019-10-04 14:59:17 +02:00
..
book Implement a markdown renderer (#1018) 2019-08-30 12:20:53 +02:00
cmd Added support for gitignore files. (#1044) 2019-10-04 14:59:17 +02:00
preprocess Another refactoring in links.rs (#1001) 2019-08-13 11:19:42 +02:00
renderer Fix merge conflict. 2019-09-26 11:03:51 -07:00
theme Update highlight.js (#1041) 2019-09-30 00:07:54 +02:00
utils Rustfmt for 1.38. 2019-09-26 09:54:12 -07:00
config.rs Merge pull request #1035 from andymac-2/line-numbers 2019-09-26 10:53:32 -07:00
lib.rs Update toml. (#945) 2019-05-31 18:00:15 +02:00
main.rs Remove unnecessary ::<crate> 2019-05-30 23:12:33 +07:00