- NOT keyword (e.g.,
where name not like '%.tmp'
) - added
.d
to the list of source file extensions - alternate form
!~=
ofnotrx
operator - TRIM, REPLACE, UCASE and LCASE (synonyms for UPPER and LOWER) functions
.dockerignore
supportdockerignore
,gitignore
, andhgignore
boolean config parameters with default options for search within any roots, if not specified otherwise
Thanks to @chenrui333 for CI/CD fix.