-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path. wakatime.cfg
More file actions
43 lines (40 loc) · 1.07 KB
/
. wakatime.cfg
File metadata and controls
43 lines (40 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[settings]
debug = false
api_key = waka_358a3add-711a-4f1b-bc84-bd5d006767d0
api_key_vault_cmd = command arg arg ... (space-separated, no shell syntax)
api_url = https://api.wakatime.com/api/v1
hide_file_names = false
hide_project_names = false
hide_branch_names =
hide_project_folder = false
exclude =
^COMMIT_EDITMSG$
^TAG_EDITMSG$
^/var/(?!www/).*
^/etc/
include =
.*
include_only_with_project_file = false
exclude_unknown_project = false
status_bar_enabled = true
status_bar_coding_activity = true
status_bar_hide_categories = false
offline = true
proxy = https://user:pass@localhost:8080
no_ssl_verify = false
ssl_certs_file =
timeout = 30
hostname = machinename
log_file = /.wakatime/wakatime.log
import_cfg =
metrics = true
guess_language = true
[projectmap]
projects/foo = new project name
^/home/user/projects/bar(\d+)/ = project{0}
[project_api_key]
projects/foo = your-api-key
^/home/user/projects/bar(\d+)/ = waka_358a3add-711a-4f1b-bc84-bd5d006767d0
[git_submodule_projectmap]
some/submodule/name = new project name
^/home/user/projects/bar(\d+)/ = project{0}