Added 'include' functionality

This commit is contained in:
Krishna Glick 2017-09-14 10:39:28 -04:00
parent aba72b0f1e
commit f4e53cd682
3 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,9 @@
// POSIX regular expressions will not be logged.
"ignore": ["^/tmp/", "^/etc/", "^/var/(?!www/).*", "COMMIT_EDITMSG$", "PULLREQ_EDITMSG$", "MERGE_MSG$", "TAG_EDITMSG$"],
// Include files; Files (including absolute paths) that match one of these
"include": [".*"],
// Status bar message. Set to false to hide status bar message.
// Defaults to true.
"status_bar_message": true,