diff --git a/.gitignore b/.gitignore index 18252155..d3854bca 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Cargo.lock *.swp .idea +justfile.local # Example persisted files. *.db diff --git a/examples/justfile b/examples/justfile index 64e326b9..d659d324 100644 --- a/examples/justfile +++ b/examples/justfile @@ -1,3 +1,5 @@ +import? "justfile.local" + set quiet := true default_wallet := 'test' default_private := 'false' diff --git a/justfile b/justfile index 8a68c806..473f6636 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,5 @@ +import? "justfile.local" + alias b := build alias c := check alias f := fmt