Skip to content

Commit 2d8a1ca

Browse files
Create . wakatime.cfg
Signed-off-by: PROJECT ZERO <56379955+ProjectZeroDays@users.noreply.github.com>
1 parent 0166c9d commit 2d8a1ca

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

. wakatime.cfg

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

0 commit comments

Comments
 (0)