mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 09:21:40 +00:00
37 lines
358 B
Plaintext
37 lines
358 B
Plaintext
# Build output
|
|
dist/
|
|
.omc/
|
|
|
|
# LaTeX intermediates (in case anything is built outside dist/)
|
|
*.aux
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.lof
|
|
*.log
|
|
*.lot
|
|
*.nav
|
|
*.out
|
|
*.run.xml
|
|
*.snm
|
|
*.synctex.gz
|
|
*.toc
|
|
*.xdv
|
|
|
|
# PDF — generated artifact, source of truth is the .tex
|
|
*.pdf
|
|
!sample-image.png
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|