Skip to content

Commit

Permalink
fix(nuxt): remove dist from the default ignore list (#22227)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 19, 2023
1 parent 380a919 commit 03abb6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schema/src/config/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ export default defineUntypedSchema({
'**/*.{spec,test}.{js,cts,mts,ts,jsx,tsx}', // ignore tests
'**/*.d.{cts,mts,ts}', // ignore type declarations
'**/.{vercel,netlify,output,git,cache,data}',
'**/dist',
relative(await get('rootDir'), await get('analyzeDir')),
relative(await get('rootDir'), await get('buildDir')),
await get('ignorePrefix') && `**/${await get('ignorePrefix')}*.*`
Expand Down

0 comments on commit 03abb6a

Please sign in to comment.