19 lines
198 B
Plaintext
19 lines
198 B
Plaintext
target
|
|
|
|
# MacOS temp file
|
|
.DS_Store
|
|
|
|
book-test
|
|
guide/book
|
|
|
|
.vscode
|
|
tests/dummy_book/book/
|
|
test_book/book/
|
|
|
|
# Ignore Jetbrains specific files.
|
|
.idea/
|
|
|
|
# Ignore Vim temporary and swap files.
|
|
*.sw?
|
|
*~
|