Revert .wakatime.cfg to a template
This commit is contained in:
parent
ef79c8b5ef
commit
2d9a99e3f0
2 changed files with 2 additions and 1 deletions
20
.config/wakatime/.wakatime.cfg##template
Normal file
20
.config/wakatime/.wakatime.cfg##template
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue