What folders should be git ignored in React Native project?

React Native CLI creates a .gitignore file when you start a new project:

react-native init <ProjectName>

It covers all the basics that should/can be ignored.

Source: https://github.com/facebook/react-native/blob/master/template/_gitignore

Leave a Comment

File not found.