I have Sublime-Text 3 with Omnisharp running fine. I created a project to use with this, and now have the following two files:
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
?
From the Sublime Text docs on projects:
As a general rule, the sublime-project file would be checked into version control, while the sublime-workspace file would not.