mirror of
https://github.com/rust-lang/mdBook
synced 2024-11-10 06:54:14 +00:00
ignore MacOS .DS_Store temporary files
This commit is contained in:
parent
ee29b9d5f6
commit
6ab3d3da2a
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
|||
Cargo.lock
|
||||
target
|
||||
|
||||
# MacOS temp file
|
||||
.DS_Store
|
||||
|
||||
book-test
|
||||
book-example/book
|
||||
|
|
Loading…
Reference in a new issue