Add a Justfile

Can now easily run the build command with `just build` from anywhere in
the repo.
This commit is contained in:
Leroy Hopson 2024-02-06 23:24:48 +13:00
parent 14db14679f
commit f98921dc7e
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 17 additions and 0 deletions

3
.gitignore vendored
View file

@ -43,3 +43,6 @@ docs/logs
.directory
.DS_Store
*~
# Other ignores
.env