From e1e7f7653fff2c173643adb72772553b35265186 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 13 Oct 2024 01:32:41 -0500 Subject: [PATCH] update wakatime.cfg w/ lumine config --- dot_wakatime.cfg.tmpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dot_wakatime.cfg.tmpl b/dot_wakatime.cfg.tmpl index f85e5fd..5682611 100644 --- a/dot_wakatime.cfg.tmpl +++ b/dot_wakatime.cfg.tmpl @@ -1,3 +1,10 @@ - +# https://github.com/wakatime/wakatime-cli/blob/develop/USAGE.md [settings] -api_key = {{ (rbw "Wakatime API Key").data.password }} +debug = false +hidefilenames = false +ignore = + COMMIT_EDITMSG$ + PULLREQ_EDITMSG$ + MERGE_MSG$ + TAG_EDITMSG$ +api_key = {{ (rbw "Wakatime API Key").data.password }} \ No newline at end of file