mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2026-02-04 21:06:31 -05:00
Refactor: Replaced individual build scripts with a Makefile and helper script for managing local and Docker builds, alongside updates to resume and CV content sections.
This commit is contained in:
41
.gitignore
vendored
41
.gitignore
vendored
@@ -1,38 +1,19 @@
|
||||
# LaTeX build files
|
||||
# Ignore build artifacts
|
||||
build/
|
||||
output/
|
||||
|
||||
# LaTeX temporary files
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
*.pdf
|
||||
*.dvi
|
||||
*.xdv
|
||||
*-converted-to.*
|
||||
.pdf
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*.synctex.gz
|
||||
*.bbl
|
||||
*.blg
|
||||
*.synctex.gz
|
||||
*.fdb_latexmk
|
||||
|
||||
# GitHub Secrets
|
||||
# Personal information
|
||||
.secrets
|
||||
|
||||
# Private information
|
||||
personal_info_private.tex
|
||||
personal_info.tex
|
||||
|
||||
# macOS system files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
# OS files
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user