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
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