Remove /var/www/ from default ignored folders
This commit is contained in:
parent
3cce525a84
commit
224f7cd82a
1 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
// Ignore files; Files (including absolute paths) that match one of these
|
// Ignore files; Files (including absolute paths) that match one of these
|
||||||
// POSIX regular expressions will not be logged.
|
// 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.
|
// Status bar message. Set to false to hide status bar message.
|
||||||
// Defaults to true.
|
// Defaults to true.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue