mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Merge pull request #1081 from sharelatex/ns-allow-ps-files
allow for ps files fixes overleaf/sharelatex#1087 GitOrigin-RevId: dea77155d047becc3a8bad3a5958ad49969ec625
This commit is contained in:
committed by
sharelatex
parent
23a57f3aa0
commit
3c25fb2759
@@ -7,7 +7,7 @@ module.exports = FileTypeManager =
|
||||
]
|
||||
|
||||
IGNORE_EXTENSIONS : [
|
||||
"dvi", "aux", "log", "ps", "toc", "out", "pdfsync"
|
||||
"dvi", "aux", "log", "toc", "out", "pdfsync"
|
||||
# Index and glossary files
|
||||
"nlo", "ind", "glo", "gls", "glg"
|
||||
# Bibtex
|
||||
|
||||
Reference in New Issue
Block a user