Simon Bruder
46f08e1817
All checks were successful
continuous-integration/drone/push Build is passing
This also changes how reveal.js is vendored and as a consequence of this change, it needs to dereference the build result before deploying it with netlify. This is because flakes do not like submodules and netlify does not like symlinks.
29 lines
310 B
Plaintext
29 lines
310 B
Plaintext
# LaTeX build files
|
|
*.aux
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.log
|
|
*.nav
|
|
*.out
|
|
*.pdf
|
|
*.run.xml
|
|
*.snm
|
|
*.synctex.gz
|
|
*.toc
|
|
*.xdv
|
|
|
|
# Exclude latex assets
|
|
!/latex/assets/*
|
|
!/latex/*/assets/*
|
|
|
|
# reveal js (generated)
|
|
/revealjs/*/index.html
|
|
|
|
# dependencies added by shell hook
|
|
/revealjs/_assets/reveal.js
|
|
|
|
/result
|