ignore .gitignore files in uploads too

This commit is contained in:
Brian Gough 2017-10-17 16:49:51 +01:00
parent 277b9c5d50
commit 290361dc72

View file

@ -19,6 +19,7 @@ module.exports = FileTypeManager =
IGNORE_FILENAMES : [
"__MACOSX"
".git"
".gitignore"
]
MAX_TEXT_FILE_SIZE: 1 * 1024 * 1024 # 1 MB