How to securley open source a Bare Workflow

Hi, I have an Expo project that I want to opensource. However, I’m aware of how little I know of what files in the project are security-sensitive. It’s really the ios and android folders that are in question as they contain a bunch of files that were created when I Ejected.

Are any of the files in here an issue if they were to show in a public GitHub repo?

I see files with a lot identifers in files such as ios/{projectName}.xcodeproj/xcshareddata/xcschemes/{projectName}.xcscheme

The ideal situation is I can check the repo in as-is. Continue to work as usual with building and deploying on app stores but have the code available in GitHub as portfolio work.

Any help is appreciated.