20 lines
278 B
Plaintext
20 lines
278 B
Plaintext
# Large local reference corpora: keep local by default.
|
|
paper/
|
|
文献/
|
|
root/
|
|
|
|
# Track the English working draft, ignore other docx files by default.
|
|
*.docx
|
|
!macrolide-review-draft.docx
|
|
|
|
# Office temporary files
|
|
~$*.docx
|
|
~$*.doc
|
|
*.tmp
|
|
*.bak
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|