question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Keeps creating `.wakatime-project` file(s) in projects

See original GitHub issue

Hi,

I have configured wakatime with hidden project names (hide_project_names = true).

With this setting the plugin creates a .wakatime-project in all projects I work in (there is quiet a lot). Meaning I either have to add this file to all .gitignore files or disable the extension…

I chose the latter, unfortunately.

Is there a secret way to resolve this or is it intentionally done this way?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
csedercommented, Sep 20, 2019

Thanks @cseder - that would definitely work and is probably a good workaround for now, but I still find it somewhat weird to have those files laying around in all your projects…

I know, but what would be the alternative? If you want Wakatime to hide your real project names it has to give it some name, and keep track of what project resides where etc. There are of course many ways to solve this, like using a local file-based database or something, but again, projects can move around and keeping track of this is easiest implemented using a local, hidden .projectname kinda file like Wakatime does.

No different from the “littering” most IDE’s and even text editors do nowadays. I have this in my .gitignore_global for various IDE’s etc:

### Garbage Section ###

# VS Code / VS Codium
.vscode/
.vscode-oss/

# IntelliJ
*.iml
*.ipr
*.iws
.idea/

# Wakatime
*.wakatime*

Consider it a compromise! 👍

1reaction
csedercommented, Sep 18, 2019

How about putting *.wakatime* into your ~/.gitignore_global file?

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ - WakaTime
WakaTime detects and creates projects for you automatically based on your coding activity. This means you don't manually create projects. Instead, use your...
Read more >
exclude project · Issue #94 · wakatime/sublime ... - GitHub
I'm running subline on macos. Latest wakatime plugin. Sublime text is version "dev build 3197". No mater what i tried, i seem to...
Read more >
How to delete personal projects from wakatime?
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, ......
Read more >
Reaching $10k monthly revenue with WakaTime, my SaaS ...
As a user, I want file-level or directory-level analytics. I want to know how much time I'm coding in the backend services vs...
Read more >
WakaTime - IntelliJ IDEs Plugin - JetBrains Marketplace
wakatime -project file or relay on the root folder name of .git folder ... I constantly reports all my projects as www since...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found