|
|
|
|
|
by Jenk
120 days ago
|
|
Since using jj I'm on the lookout for some kind of setting that will exclude the .jj folder from the repo _and_ any operation including git clean, without having to add it to the repo. I.e., make it completely invisible to git including `git clean -xdf`! At the moment I'm making do with aliasing `git clean -e .jj` |
|