flipper-io / flipper

Flipper is a development platform that can be controlled from any programming language.
https://www.flipper.io/
Apache License 2.0
70 stars 15 forks source link

Add .gitignore to flipper redesign branch. #12

Closed nicholastmosher closed 8 years ago

nicholastmosher commented 8 years ago

@georgemorgan I don't think you intended to sync the .xcodeproj file in the redesign update. You'll probably get a lot of grief from that file changing in the repo all the time.

georgemorgan commented 8 years ago

Good idea.

On Mar 10, 2016, at 11:25 AM, Nick Mosher notifications@github.com wrote:

@georgemorgan https://github.com/georgemorgan I don't think you intended to sync the .xcodeproj file in the redesign update. You'll probably get a lot of grief from that file changing in the repo all the time.

— Reply to this email directly or view it on GitHub https://github.com/georgemorgan/flipper/issues/12.

harlanhaskins commented 8 years ago

Also make sure to

git rm --cached -r
git add -A .

To remove all the files that would now be ignored

georgemorgan commented 8 years ago

Will do.

harlanhaskins commented 8 years ago

Also don't ignore the whole xcodeproj, just specific files within it. Look for GitHub's gitignore template