I have Sublime-Text 3 with Omnisharp running fine. I created a project to use with this, and now have the following two files:
- MySolution.sublime-project
- MySolution.sublime-workspace
Should these files be added to source control?
If not, what can I do to ignore the files in source control, but don't get clobbered on the equivalent of git clean
?