Skip to content

Commit

Permalink
Use regex in site exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Feb 3, 2021
1 parent 8d9f90f commit 2f3a925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ exclude:
- vendor
- Gemfile
- Gemfile.lock
- jekyll-theme-chirpy.gemspec
- '*.gem'
- '*.gemspec'
- tools
- docs
- README.md
Expand Down

0 comments on commit 2f3a925

Please sign in to comment.