2013-08-09 01:52:45 +00:00
|
|
|
// WakaTime Default Settings
|
|
|
|
// Use this as a reference when editing your local User settings.
|
|
|
|
// This settings file will be overwritten when upgrading.
|
|
|
|
|
2013-08-05 05:11:22 +00:00
|
|
|
{
|
2014-03-14 20:36:20 +00:00
|
|
|
// Your api key from https://wakatime.com/#apikey
|
2013-08-05 05:11:22 +00:00
|
|
|
// Set this in your User specific WakaTime.sublime-settings file.
|
2013-08-09 01:52:45 +00:00
|
|
|
"api_key": "",
|
|
|
|
|
2013-10-28 04:30:10 +00:00
|
|
|
// Ignore files; Files (including absolute paths) that match one of these
|
|
|
|
// POSIX regular expressions will not be logged.
|
2013-10-28 04:31:15 +00:00
|
|
|
"ignore": ["^/tmp/", "^/etc/", "^/var/"],
|
2013-10-28 04:30:10 +00:00
|
|
|
|
2013-08-09 01:52:45 +00:00
|
|
|
// Debug mode. Set to true for verbose logging. Defaults to false.
|
2015-03-23 00:13:32 +00:00
|
|
|
"debug": false,
|
|
|
|
|
|
|
|
// Status bar message. Set to false to hide status bar message.
|
|
|
|
// Defaults to true.
|
|
|
|
"status_bar_message": true
|
2013-08-05 05:11:22 +00:00
|
|
|
}
|