Skip to content

Commit

Permalink
fix: remove redundant ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 29, 2024
1 parent 75f7bbf commit 5befcb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ export async function createRouter(
'**/*.d.ts',
'**/_*',
'**/.*',
'**/.git/**',
'**/.log/**',
'**/.nyc_output/**',
'**/.sass-cache/**',
'**/.yarn/**',
'**/bower_components/**',
'**/coverage/**',
'**/node_modules/**',
],
Expand Down

0 comments on commit 5befcb4

Please sign in to comment.