How to expo export without assets?

Hello guys, im using Bare Workflow, and doing OTA Updates, but I want my app static files inside the APK/IPA, but when I run expo export --public-url, it includes assets.

At app.json have
“assetBundlePatterns”: [“**/*”],

What I’m doing wrong?