Keeps creating `.wakatime-project` file(s) in projects
See original GitHub issueHi,
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:
- Created 4 years ago
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:Consider it a compromise! 👍
How about putting
*.wakatime*
into your~/.gitignore_global
file?