mirror of
https://github.com/rust-lang/mdBook
synced 2025-04-29 16:37:31 +08:00

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.
25 lines
281 B
Plaintext
25 lines
281 B
Plaintext
target
|
|
|
|
# MacOS temp file
|
|
.DS_Store
|
|
|
|
book-test
|
|
guide/book
|
|
|
|
.vscode
|
|
tests/dummy_book/book/
|
|
test_book/book/
|
|
tests/testsuite/*/*/book/
|
|
|
|
# Ignore Jetbrains specific files.
|
|
.idea/
|
|
|
|
# Ignore Vim temporary and swap files.
|
|
*.sw?
|
|
*~
|
|
|
|
# GUI tests
|
|
node_modules
|
|
package-lock.json
|
|
package.json
|