mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
fix(nuxt): remove dist
from the default ignore list (#22227)
This commit is contained in:
parent
380a91985c
commit
03abb6aa4a
@ -356,7 +356,6 @@ export default defineUntypedSchema({
|
|||||||
'**/*.{spec,test}.{js,cts,mts,ts,jsx,tsx}', // ignore tests
|
'**/*.{spec,test}.{js,cts,mts,ts,jsx,tsx}', // ignore tests
|
||||||
'**/*.d.{cts,mts,ts}', // ignore type declarations
|
'**/*.d.{cts,mts,ts}', // ignore type declarations
|
||||||
'**/.{vercel,netlify,output,git,cache,data}',
|
'**/.{vercel,netlify,output,git,cache,data}',
|
||||||
'**/dist',
|
|
||||||
relative(await get('rootDir'), await get('analyzeDir')),
|
relative(await get('rootDir'), await get('analyzeDir')),
|
||||||
relative(await get('rootDir'), await get('buildDir')),
|
relative(await get('rootDir'), await get('buildDir')),
|
||||||
await get('ignorePrefix') && `**/${await get('ignorePrefix')}*.*`
|
await get('ignorePrefix') && `**/${await get('ignorePrefix')}*.*`
|
||||||
|
Loading…
Reference in New Issue
Block a user