Search code examples
version-controlsublimetext3omnisharp

Sublime Text, Omnisharp projects & workspaces and source control


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?


Solution

  • 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.