Should I add ".expo-source" to .gitignore?

Should I add “.expo-source” to .gitignore?

1 Like

Nope, you’ll want that checked in

it’s all the exponent source code
You’ll need to keep it if you detach/eject or you won’t be able to build the project.

2 Likes

@ccheever can you explain why do we have to add to git maven dependencies?

Why can’t these dependencies be fetched from maven in a build step, like we do with cocoa pods? This seems to be unnecessary to include dependencies like this in git but maybe i’m missing something?

See also related issue: https://github.com/expo/expo/issues/740#issuecomment-347553485

1 Like