Possible Duplicate:
What is the best practice for dealing with passwords in github?
I'm putting a project on Github for the first time and was wondering what's the best way to protect sensitive information like API access tokens, SQL logins or other personal info that would normally just be in the source. Should I put these all in a separate file I don't track and simply include it where needed? Thanks.