You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either the documentation at https://nuxt.com/docs/guide/directory-structure/nuxtignore requires updating for version 4 compatibility (e.g. by adding a v4 callout box)
Or...
v4 compatibility mode and the new folder structure requires preexisting .nuxtignore files created in v3 to be updated manually
Additional context
.nuxtignore
components/IgnoreMe.vue
# component will still render
app/components/IgnoreMe.vue
# component will be ignored