For example, my folder structure is like this:
app --
|-- _layout.tsx
|-- users --
| -- [id].tsx
|-- (tabs)
|-- components
|-- utils
I don't want my
components
and
utils
folder appeared in my router. Any idea? Thanks.