mdBook/.gitignore

19 lines
198 B
Plaintext
Raw Normal View History

2015-07-06 20:21:59 +08:00
target
2015-07-07 08:56:19 +08:00
2017-08-01 19:55:36 +08:00
# MacOS temp file
.DS_Store
2015-07-07 08:56:19 +08:00
book-test
guide/book
2017-09-01 14:22:01 +08:00
.vscode
tests/dummy_book/book/
2021-10-04 15:44:49 +08:00
test_book/book/
# Ignore Jetbrains specific files.
.idea/
# Ignore Vim temporary and swap files.
*.sw?
*~