b0d578dbe46b52f3363264b64c410fa4e81d793a
The glob pattern did not work (probably issues with the negation).
RE2 (Google's high performance RegEx engine) does not support negation either, that's why it has to be expanded this way (negated character groups are supported).
Glob patterns are not matched against the leading slash, but regexes are (undocumented, but observed).
Relates to !43 and therefore ae3148337b (the behavior finaly matches the description).
Pátek.cz
Source code for the official Pátek website.
Languages
HTML
78.7%
SCSS
14.3%
JavaScript
3.9%
Dockerfile
1.5%
Python
1.1%
Other
0.5%