feat: add legacy stuff
This commit is contained in:
15
pandoc/.gitignore
vendored
Normal file
15
pandoc/.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
## ======== Personal ========
|
||||
# Ignore the log file of Pandoc plugin pandoc-tex-numbering
|
||||
pandoc-tex-numbering.log
|
||||
|
||||
## ======== Python ========
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
Reference in New Issue
Block a user