Revert .wakatime.cfg to a template

This commit is contained in:
Tobias Reisinger 2024-12-13 22:52:33 +01:00
parent ef79c8b5ef
commit 2d9a99e3f0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,20 @@
[settings]
debug = false
hide_file_names = false
hide_project_folder = true
hide_branch_names = false
exclude =
^COMMIT_EDITMSG$
^PULLREQ_EDITMSG$
^MERGE_MSG$
^TAG_EDITMSG$
^/tmp/
exclude_unknown_project = true
api_key = {{ env.WAKATIME_API_KEY }}
[projectmap]
projects/emgauwa/pkl = emgauwa-pkl
projects/emgauwa/tests = emgauwa-tests
projects/emgauwa/workspace = emgauwa-workspace
projects/emgauwa/workspace/core = emgauwa-core
projects/emgauwa/workspace/controller = emgauwa-controller
projects/emgauwa/workspace/common = emgauwa-common