mdBook/.gitignore
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

13 lines
140 B
Text

target
# MacOS temp file
.DS_Store
book-test
book-example/book
.vscode
tests/dummy_book/book/
# Ignore Jetbrains specific files.
.idea/