Use regex in site exclusion list

This commit is contained in:
Cotes Chung 2021-02-04 03:38:04 +08:00
parent 2bcaabdab4
commit c8ff81e79a
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ exclude:
- vendor - vendor
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- jekyll-theme-chirpy.gemspec - '*.gem'
- '*.gemspec'
- tools - tools
- docs - docs
- README.md - README.md