nearform / react-native-workshop

A workshop that covers the basics of React Native
https://nearform.github.io/react-native-workshop/
2 stars 0 forks source link

Add top level git-ignore #40

Closed AlanSl closed 9 months ago

AlanSl commented 9 months ago

We've got gitignores in each individual directory already, but not having a top-level one causes problems if someone switches between branches that contain different directories

e.g. if they go into the "extra content" branch and develop that app, then switch back to main, that directory's gitignore goes, dumping all of the previously-gitignored node_modules etc into git