Consolidate all temporary build files under .cache folder
J
John
Currently, when using Expo, I have to manually add numerous folders to the .gitignore file. It would be convenient if Expo could automatically place all the temporary assets within the .cache folder, which is commonly used and ignored by most repositories by default.
```.gitignore
**/.expo/
**/ios/
**/android/
**/web-build/
**/expo-env.d.ts
*
/.metro-health-check
.orig.
*.jks
*.p8
*.p12
*.key
*.mobileprovision
.kotlin/
```