mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
8e8e53ae15
* 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.
13 lines
140 B
Text
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/
|