cartfisk / chicken-parse

retrieve mentions, hashtags & URLs from tweets
1 stars 0 forks source link

Remove committed class files #6

Closed sshilpika closed 8 years ago

sshilpika commented 8 years ago

Here's a link for git best practices: https://gist.github.com/SethRobertson/1540906/68feeabfe906ec1eb893e4fa45f402795ed6e62c#dont

cartfisk commented 8 years ago

Do you mean remove the generated classes in bin/chickenParse?

sshilpika commented 8 years ago

Yes, that's right! You should make sure that you do not commit anything that can be regenerated from what is already committed.

cartfisk commented 8 years ago

Makes sense! As far as actually doing this, I'm assuming I should edit the .gitignore? I've been needing to get familiar with these for a while. Now seems like a good time.

sshilpika commented 8 years ago

Yes, I usually look at the .gitignore from projects here

cartfisk commented 8 years ago

Updated gitignore and cleared old cached files that were erroneously uploaded initially. Thanks to @jthompson18 for explaining cache clearing and how to do gitignores in SourceTree.