Slyce-Inc / SlyceMessaging

A messaging library for Android
MIT License
968 stars 173 forks source link

Update gitignore and remove extra files that don't need to be shared. #9

Closed atroutt closed 8 years ago

atroutt commented 8 years ago

@jchunchar and @MatthewPageCS what do you think about this?

MatthewTPage commented 8 years ago

It looks like you removed a lot of stuff from the gitignore.... was this intentional? Won't this start pushing compiled files (like .class and /bin stuff)?

jchunchar commented 8 years ago

@atroutt -- you have a much better understanding of the gitignore file than I do, but I agree that we should ignore any auto-generated files with local dirs etc.

atroutt commented 8 years ago

Totally agreed with you both, no way do we want generated files in here.

We were ignoring a lot of things that didn't exist. That being said, erring on the side of more in the .gitignore is fine. I can revert some of that (keeping my additions of .idea and .DS_Store)

atroutt commented 8 years ago

Updated!