I'm trying out react native and ejected into a full build environment. Sadly, the eject-script did not create a sensible .gitignore file.
Not knowing a lot about app-development, I wonder what directories I could .gitignore here?
I'm guessing:
android/buildandroid/app/buildandroid/.gradle/
Are these alright, or are there any more directories I should .gitignore?