mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
new sublime-setting ingore for ignoring files by regular expressions
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
// Set this in your User specific WakaTime.sublime-settings file.
|
||||
"api_key": "",
|
||||
|
||||
// Ignore files; Files (including absolute paths) that match one of these
|
||||
// POSIX regular expressions will not be logged.
|
||||
"ignore": ['^/tmp/', '^/etc/', '^/var/'],
|
||||
|
||||
// Debug mode. Set to true for verbose logging. Defaults to false.
|
||||
"debug": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user