Reputation:
I keep my working hours on wakatime. It's really great web-site for developers. I want to ask you, how can I delete personal projects from wakatime? I hope you can help me.
Upvotes: 9
Views: 4484
Reputation: 3274
To delete a project, you must first remove it's coding activity using the Coding Activity Delete Tool.
After removing the project's coding activity, you can delete the project from the project's dashboard. A project dashboard without coding activity will have a "trash icon" in the top right corner to delete that project.
To exclude projects from being logged in the future, add the project's path to your $HOME/.wakatime.cfg
file under the exclude setting. The exclude setting takes a list of regexes, which if matching a file or project's path will exclude that file/project from your dashboard.
The WakaTime FAQ has more info about how projects are automatically detected, renamed, and excluded.
Upvotes: 5