This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
presis/.gitignore
Simon Bruder 46f08e1817
All checks were successful
continuous-integration/drone/push Build is passing
Convert to flake
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.
2021-05-12 21:44:31 +02:00

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