mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 05:00:07 +02:00

- Remove settings ignore, they are inconsistent and break local prettier - Remove .dockerignore files, only root ignore file is used - Move .idea/.run/*.swp/coverage to root - Remove .npmrc entries, we are no longer writing the rc file - Remove node_modules/.DS_Store, is contained in root - Remove cruft GitOrigin-RevId: 3025fd5acaef343312f55149466c638e759a6e1f
35 lines
680 B
Text
35 lines
680 B
Text
data/*
|
|
coverage
|
|
|
|
public/manifest.json
|
|
|
|
public/js
|
|
public/minjs
|
|
public/stylesheets
|
|
public/fonts
|
|
public/images
|
|
|
|
modules/**/Makefile
|
|
|
|
# Precompiled pug files
|
|
**/app/views/**/*.js
|
|
|
|
# Sentry secrets file (injected by CI)
|
|
.sentryclirc
|
|
|
|
# Cypress
|
|
cypress/screenshots/
|
|
cypress/videos/
|
|
cypress/downloads/
|
|
cypress/results/
|
|
|
|
# Ace themes for conversion
|
|
frontend/js/features/source-editor/themes/ace/
|
|
|
|
# Compiled parser files
|
|
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
|
|
|
|
!**/fixtures/**/*.log
|