-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository contains binaries in sample projects #25
Comments
An oversight when the .gitignore was set up. It would be great to clean up, but I think it would also involve rewriting the project history to remove the binaries (and reduce the repo bloat). Not sure how to do that. |
So this will be fun:
The rebase will give you some merge conflicts on .gitignore, they're all easy to solve. I used the newignore to put packages/ at the top of the .gitignore file, saves some additional merge conflicts. Save the last step for when you're certain this is what you want ;-) |
Oh by the way, this took me 20 mins to get right as well. |
I'll give it go at the weekend. With a stiff drink in my hand :) |
Not sure how you feel about this, but at my work I always avoid having binaries in repositories.
The text was updated successfully, but these errors were encountered: