mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-11 13:34:43 -05:00
37 lines
334 B
Plaintext
37 lines
334 B
Plaintext
# LaTeX build files
|
|
*.aux
|
|
*.lof
|
|
*.log
|
|
*.lot
|
|
*.fls
|
|
*.out
|
|
*.toc
|
|
*.fmt
|
|
*.fot
|
|
*.cb
|
|
*.cb2
|
|
.*.lb
|
|
*.pdf
|
|
*.dvi
|
|
*.xdv
|
|
*-converted-to.*
|
|
.pdf
|
|
*.bbl
|
|
*.blg
|
|
*.synctex.gz
|
|
*.fdb_latexmk
|
|
|
|
# GitHub Secrets
|
|
.secrets
|
|
|
|
# Private information
|
|
personal_info_private.tex
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/ |