Revert .wakatime.cfg to a template
This commit is contained in:
parent
ef79c8b5ef
commit
2d9a99e3f0
2 changed files with 2 additions and 1 deletions
2
.bin/.e
2
.bin/.e
|
@ -30,7 +30,7 @@ declare -A mapper=(
|
|||
["sway.d"]="$HOME/.config/sway/config.d"
|
||||
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
||||
["vim"]="$HOME/.config/vim/vimrc"
|
||||
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg"
|
||||
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg##template"
|
||||
["wakatime-project"]="./.wakatime-project"
|
||||
["waybar"]="$HOME/.config/waybar/"
|
||||
["xprofile"]="$HOME/.xprofile"
|
||||
|
|
|
@ -10,6 +10,7 @@ exclude =
|
|||
^TAG_EDITMSG$
|
||||
^/tmp/
|
||||
exclude_unknown_project = true
|
||||
api_key = {{ env.WAKATIME_API_KEY }}
|
||||
[projectmap]
|
||||
projects/emgauwa/pkl = emgauwa-pkl
|
||||
projects/emgauwa/tests = emgauwa-tests
|
Loading…
Reference in a new issue