1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Exclude NPM lock-file from output

This commit is contained in:
Cotes Chung 2021-11-28 23:43:40 +08:00
parent e880448ba5
commit a7361717a6

View File

@ -159,7 +159,7 @@ exclude:
- LICENSE
- gulpfile.js
- node_modules
- package.json
- package*.json
jekyll-archives:
enabled: [categories, tags]