We can enable local gititgnored justfiles devs can add to their repos by adding a single import statement at the top of our justfiles like so:
See documentation on this feature here: https://just.systems/man/en/imports.html. It makes the justfile.local import optional, and of course allows devs to define their own recipes for the repo.
We can enable local gititgnored justfiles devs can add to their repos by adding a single import statement at the top of our justfiles like so:
See documentation on this feature here: https://just.systems/man/en/imports.html. It makes the
justfile.localimport optional, and of course allows devs to define their own recipes for the repo.