mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
aa2c200200
[web] enable prettier for module scripts and ignore some more paths GitOrigin-RevId: f130e420d6fd1a85e85d994d342d49fdffca813a
13 lines
476 B
Text
13 lines
476 B
Text
# NOTE: changing paths may require updating them in the Makefile too.
|
|
data/
|
|
scripts/translations/.cache/
|
|
node_modules
|
|
frontend/js/vendor
|
|
modules/**/frontend/js/vendor
|
|
public/js
|
|
public/minjs
|
|
frontend/stylesheets/components/nvd3.less
|
|
frontend/js/features/source-editor/lezer-latex/latex.mjs
|
|
frontend/js/features/source-editor/lezer-latex/latex.terms.mjs
|
|
frontend/js/features/source-editor/lezer-bibtex/bibtex.mjs
|
|
frontend/js/features/source-editor/lezer-bibtex/bibtex.terms.mjs
|