SCCapstone / CovidGains

2 stars 0 forks source link

Remove .DS_Store files, xcuserdata/ and maybe more. Add to .gitignore #12

Closed josemvidal closed 3 years ago

josemvidal commented 4 years ago

The CovidGains/.DS_Store files are generated by macs and should not be in your git repo. git rm them.

Also, add a .gitignore file to prevent this from happening again. You can use gitignore.io - Create Useful .gitignore Files For Your Project

josemvidal commented 4 years ago

If you don't do this, your xcode might crash, or worse, because you are using personal data (in xcuserdata) from your teammate.

Also, no more merge conflicts!

JKizz commented 3 years ago

The .gitignore file has been updated