From 224f7cd82a22115d9415b0f510308b624d7ce69b Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 10 Apr 2017 18:55:24 -0700 Subject: [PATCH] Remove /var/www/ from default ignored folders --- WakaTime.sublime-settings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WakaTime.sublime-settings b/WakaTime.sublime-settings index 22b5ebc..14f3987 100644 --- a/WakaTime.sublime-settings +++ b/WakaTime.sublime-settings @@ -6,21 +6,21 @@ // Your api key from https://wakatime.com/#apikey // Set this in your User specific WakaTime.sublime-settings file. "api_key": "", - + // Debug mode. Set to true for verbose logging. Defaults to false. "debug": false, // Proxy with format https://user:pass@host:port or socks5://user:pass@host:port or domain\\user:pass. "proxy": "", - + // 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. "status_bar_message": true, - + // Status bar message format. "status_bar_message_fmt": "WakaTime {status} %I:%M %p",