Remove /var/www/ from default ignored folders

This commit is contained in:
Alan Hamlett 2017-04-10 18:55:24 -07:00
parent 3cce525a84
commit 224f7cd82a

View File

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