Use regex in site exclusion list
This commit is contained in:
parent
2bcaabdab4
commit
c8ff81e79a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue