Skip to content

Commit

Permalink
fix: ignore directory with app prefix (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Jun 18, 2021
1 parent 54a29d8 commit 0911635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/context/midwayContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const DEFAULT_IGNORE_PATTERN = [
'**/logs/**',
'**/run/**',
'**/public/**',
'**/view/**',
'**/views/**',
'**/app/view/**',
'**/app/views/**',
'**/app/extend/**',
'**/node_modules/**',
'**/**.test.ts',
Expand Down

0 comments on commit 0911635

Please sign in to comment.