mirror of
https://github.com/rust-lang/mdBook
synced 2025-04-29 15:47:26 +08:00
Add testsuite book directories to ignore list
This helps if you are creating new tests, or debugging existing tests by allowing you to run `mdbook` directly in the test directory to try things out. But we don't want to ever check these files in.
This commit is contained in:
parent
ae2fc9a9d1
commit
0224190ec0
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ guide/book
|
||||
.vscode
|
||||
tests/dummy_book/book/
|
||||
test_book/book/
|
||||
tests/testsuite/*/*/book/
|
||||
|
||||
# Ignore Jetbrains specific files.
|
||||
.idea/
|
||||
|
Loading…
x
Reference in New Issue
Block a user