myResume/.gitignore
Murtadha 2bd3f3e549 refactor: ignore everything in build except .pdf
currently only in resume, but will import this configuration to
coverletter directory
2025-10-05 17:37:21 -04:00

15 lines
152 B
Text

**/.DS_Store
# Tex related files
*.aux
*.fdb_latexmk
*.fls
*.log
*.out
*.synctex.gz
# Ignore everything in the build directory
build/*
!build/*.pdf