Day062 — .gitignore for react native
1 min readFeb 20, 2019
To find a good .gitignore file for ejected react native project, you can simply run below command.
react-native init {ProjectName}
A base project for react native will be generated. You can take the .gitignore file for reference.
ref: