Skip to content

Instantly share code, notes, and snippets.

@styson
Created December 9, 2016 21:22
Show Gist options
  • Save styson/7d56bafc9d1b7fe1ff1d3dd907b7bf0c to your computer and use it in GitHub Desktop.
Save styson/7d56bafc9d1b7fe1ff1d3dd907b7bf0c to your computer and use it in GitHub Desktop.
config file for watching for c# changes
{
"restartable": "rs",
"ignore": [
"CommonAssemblyInfo.cs"
],
"verbose": false,
"watch": [
"source/"
],
"ext": "cs"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment