mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-04 13:12:52 +00:00
ignore .git directories in uploads
This commit is contained in:
parent
67b13d2583
commit
277b9c5d50
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ module.exports = FileTypeManager =
|
|||
|
||||
IGNORE_FILENAMES : [
|
||||
"__MACOSX"
|
||||
".git"
|
||||
]
|
||||
|
||||
MAX_TEXT_FILE_SIZE: 1 * 1024 * 1024 # 1 MB
|
||||
|
|
Loading…
Reference in a new issue