Remove the wakatime api key and ignore it :)

This commit is contained in:
Anas Elgarhy 2023-03-04 05:34:49 +02:00
parent 7b3ce3e0ff
commit b6afc1eb74
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
2 changed files with 5 additions and 13 deletions

5
.config/doom/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.DS_Store
.idea
*.log
tmp/
custom.el

View File

@ -1,13 +0,0 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(wakatime-api-key "waka_b59edc05-c4e0-40a9-890d-66beb94607d5")
'(wakatime-cli-path "/usr/bin/wakatime-cli"))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)