Skip to content

Commit

Permalink
Revert "Ignore node_modules and .git when globbing (#168)"
Browse files Browse the repository at this point in the history
This reverts commit bf9cf91.
  • Loading branch information
SuperchupuDev authored Sep 30, 2024
1 parent 54477cc commit 2d283fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ function loadGlobalMixin(helpers, globs) {
let cwd = process.cwd()
let files = globSync(globs, {
caseSensitiveMatch: false,
expandDirectories: false,
ignore: ['**/node_modules/**', '**/.git/**']
expandDirectories: false
})
let mixins = {}
files.forEach(i => {
Expand Down

0 comments on commit 2d283fe

Please sign in to comment.