@nuxt/docs-nightly 4.2.2-29404141.cdce631a → 4.2.2-29404316.81356f85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/4.api/6.nuxt-config.md +1 -0
- package/package.json +1 -1
package/4.api/6.nuxt-config.md
CHANGED
|
@@ -801,6 +801,7 @@ More customizable than `ignorePrefix`: all files matching glob patterns specifie
|
|
|
801
801
|
"**/*.stories.{js,cts,mts,ts,jsx,tsx}",
|
|
802
802
|
"**/*.{spec,test}.{js,cts,mts,ts,jsx,tsx}",
|
|
803
803
|
"**/*.d.{cts,mts,ts}",
|
|
804
|
+
"**/*.d.vue.{cts,mts,ts}",
|
|
804
805
|
"**/.{pnpm-store,vercel,netlify,output,git,cache,data}",
|
|
805
806
|
"**/*.sock",
|
|
806
807
|
".nuxt/analyze",
|