1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

fix: exclude CHANGELOG from output

This commit is contained in:
Cotes Chung
2022-06-10 23:27:23 +08:00
parent 96af7291ea
commit 971fe03ec3

View File

@@ -185,6 +185,7 @@ exclude:
- '*.gemspec' - '*.gemspec'
- tools - tools
- README.md - README.md
- CHANGELOG.md
- LICENSE - LICENSE
- gulpfile.js - gulpfile.js
- node_modules - node_modules