Ignore binaries per project convention (don't commit binaries)
This commit is contained in:
+13
@@ -7,3 +7,16 @@ __pycache__/
|
|||||||
__pypackages__/
|
__pypackages__/
|
||||||
bilingual.dj
|
bilingual.dj
|
||||||
commented.dj
|
commented.dj
|
||||||
|
|
||||||
|
# Binaries — per project convention: don't commit binaries (keep on disk)
|
||||||
|
*.docx
|
||||||
|
*.pdf
|
||||||
|
*.mp4
|
||||||
|
*.pptx
|
||||||
|
*.xlsx
|
||||||
|
*.ods
|
||||||
|
*.duckdb
|
||||||
|
|
||||||
|
# Generated term-DB outputs and historical data dirs
|
||||||
|
references/guide/03 术语库/_output/
|
||||||
|
terms-search/
|
||||||
|
|||||||
Reference in New Issue
Block a user