1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

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

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