.gitignore 246 B

12345678910111213141516171819202122
  1. *.aux
  2. *.log
  3. *.out
  4. *.pdf
  5. *.synctex.gz
  6. *.toc
  7. **target/
  8. crates/scratch/
  9. *.bbl
  10. *.fdb_latexmk
  11. *.fls
  12. *.xdv
  13. *.blg
  14. *.bcf
  15. *.xml
  16. *.nav
  17. *.snm
  18. website/static/rustdoc/
  19. website/resources/
  20. website/node_modules/
  21. website/package-lock.json
  22. website/.hugo_build.lock