Created
December 9, 2016 21:22
-
-
Save styson/7d56bafc9d1b7fe1ff1d3dd907b7bf0c to your computer and use it in GitHub Desktop.
config file for watching for c# changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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