I have an xml file that contains my API keys and I want to keep that separate from my Github repo, as it should be. However, is there any harm in including my local path in the repo or is there a better way of doing it?
public static string KeysXml = @"LOCAL_PATH_TO_Keys.xml";