new sublime-setting ingore for ignoring files by regular expressions
This commit is contained in:
parent
685d242c60
commit
05b08b6ab2
2 changed files with 23 additions and 50 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue