Hacker News new | ask | show | jobs
by qff 194 days ago
`jj` doesn’t allow temporary files in the repository that aren’t listed in `.gitignore`.

This makes it unusable for me.

2 comments

There's multiple ways of handling this, depending on what you prefer.

Keeping these things in a private commit is one option.

Configuring auto-tracking to be off is another option.