mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 12:04:46 +00:00
ignore .gitignore files in uploads too
This commit is contained in:
parent
277b9c5d50
commit
290361dc72
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ module.exports = FileTypeManager =
|
|||
IGNORE_FILENAMES : [
|
||||
"__MACOSX"
|
||||
".git"
|
||||
".gitignore"
|
||||
]
|
||||
|
||||
MAX_TEXT_FILE_SIZE: 1 * 1024 * 1024 # 1 MB
|
||||
|
|
Loading…
Add table
Reference in a new issue