ignore .gitignore files in uploads too
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = FileTypeManager =
|
||||
IGNORE_FILENAMES : [
|
||||
"__MACOSX"
|
||||
".git"
|
||||
".gitignore"
|
||||
]
|
||||
|
||||
MAX_TEXT_FILE_SIZE: 1 * 1024 * 1024 # 1 MB
|
||||
|
||||
Reference in New Issue
Block a user