From ec7b5e353065616e604d66c8ec51966142d3fc9d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 14 Sep 2017 17:51:22 -0700 Subject: [PATCH] add missing setting description --- WakaTime.sublime-settings | 1 + 1 file changed, 1 insertion(+) diff --git a/WakaTime.sublime-settings b/WakaTime.sublime-settings index 5746ef6..07e1934 100644 --- a/WakaTime.sublime-settings +++ b/WakaTime.sublime-settings @@ -18,6 +18,7 @@ "ignore": ["^/tmp/", "^/etc/", "^/var/(?!www/).*", "COMMIT_EDITMSG$", "PULLREQ_EDITMSG$", "MERGE_MSG$", "TAG_EDITMSG$"], // Include files; Files (including absolute paths) that match one of these + // POSIX regular expressions will bypass your ignore setting. "include": [".*"], // Status bar message. Set to false to hide status bar message.