[ticket/16661] Exclude extension .git directory in executable check

PHPBB3-16661
This commit is contained in:
Marc Alexander 2020-12-22 21:17:24 +01:00
parent 1b2819065a
commit 8992277ce8
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -18,7 +18,7 @@ path="${root}phpBB/ext/${extname}/"
# The following variables MUST NOT contain any wildcard
# Directories to skip
directories_skipped="-path ${path}develop -o -path ${path}vendor"
directories_skipped="-path ${path}develop -o -path ${path}vendor -o -path ${path}.git"
# Files to skip
files_skipped="-false"