Damus
Julia Evans profile picture
Julia Evans
@Julia Evans
if you're using jj: what do you do with all the random files lying around your repo that you don't want to commit, but also don't want to explicitly list in `.gitignore`?

a friend suggested putting everything I wanted to be ignored in a directory called `ignore`(and then .gitigoring the `ignore` dir) but I'm wondering if there's a better way
1
blinry · 1w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqupkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xs6ux373 Sometimes I set the snapshot.auto-track = "none()" option, which prevents that new files are added automatically. But I mostly got used to jj's model, and keep random files elsewhere.