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.
14 lines
140 B
Plaintext
14 lines
140 B
Plaintext
target
|
|
|
|
# MacOS temp file
|
|
.DS_Store
|
|
|
|
book-test
|
|
book-example/book
|
|
|
|
.vscode
|
|
tests/dummy_book/book/
|
|
|
|
# Ignore Jetbrains specific files.
|
|
.idea/
|