Skip to content

Commit

Permalink
fix(box): always ignore .git folder of themes
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Dec 10, 2019
1 parent 78799b0 commit 1f4afac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hexo/default_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
deploy: {},

// ignore files from processing
ignore: ['**/themes/*/node_modules/**'],
ignore: ['**/themes/*/node_modules/**', '**/themes/*/.git/**'],

// Category & Tag
meta_generator: true
Expand Down

0 comments on commit 1f4afac

Please sign in to comment.