Source code for the official Pátek website.
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
|
||
---|---|---|
archetypes | ||
content | ||
i18n | ||
layouts/partials | ||
linting | ||
static/img | ||
themes/patek | ||
.firebaserc | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
config.json | ||
docker-compose.yml | ||
firebase.json | ||
LICENSE | ||
LICENSE_CC-BY-4.0 | ||
LICENSE_MIT | ||
Makefile | ||
README.md |
Pátek.cz
Source code for the official Pátek website.