1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-05-09 18:28:43 +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
+1
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