.gitignore 701 B

12345678910111213141516171819202122232425262728293031323334353637
  1. data/*
  2. coverage
  3. public/manifest.json
  4. public/js
  5. public/minjs
  6. public/stylesheets
  7. public/fonts
  8. public/images
  9. modules/**/Makefile
  10. # Precompiled pug files
  11. **/app/views/**/*.js
  12. # Sentry secrets file (injected by CI)
  13. .sentryclirc
  14. # Cypress
  15. cypress/screenshots/
  16. cypress/videos/
  17. cypress/downloads/
  18. cypress/results/
  19. # Ace themes for conversion
  20. frontend/js/features/source-editor/themes/ace/
  21. # Compiled parser files
  22. frontend/js/features/source-editor/lezer-latex/latex.mjs
  23. frontend/js/features/source-editor/lezer-latex/latex.terms.mjs
  24. frontend/js/features/source-editor/lezer-bibtex/bibtex.mjs
  25. frontend/js/features/source-editor/lezer-bibtex/bibtex.terms.mjs
  26. !**/fixtures/**/*.log
  27. debug-storybook.log