Removed from tracking: - Build artifacts (*.aux, *.bbl, *.blg, *.fls, *.fdb_latexmk, *.log, *.toc, *.pdf) - Old versioned files (v1.tex, v2.tex) - content now in renamed files - Empty biblatex.sty placeholder - Vendored todonotes.sty (still in working tree, now gitignored) - .DS_Store Updated .gitignore to prevent re-adding *.sty files
41 lines
331 B
Plaintext
41 lines
331 B
Plaintext
# LaTeX build artifacts
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.log
|
|
*.out
|
|
*.synctex.gz
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
*.dvi
|
|
*.ps
|
|
|
|
# Generated PDF (recompile from source)
|
|
main.pdf
|
|
|
|
# Todonotes list
|
|
*.tdo
|
|
|
|
# Backup files
|
|
*.bak
|
|
*~
|
|
\#*\#
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/
|
|
*.sty
|
|
.DS_Store
|