From 4ce038a45924c3af6480e110155210830423dc56 Mon Sep 17 00:00:00 2001 From: Rosa Richter Date: Sun, 22 Oct 2023 10:48:04 -0600 Subject: [PATCH] Add Earthly --- programs/earthly.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 programs/earthly.json diff --git a/programs/earthly.json b/programs/earthly.json new file mode 100644 index 0000000..599fed0 --- /dev/null +++ b/programs/earthly.json @@ -0,0 +1,11 @@ + +{ + "name": "earthly", + "files": [ + { + "path": "$HOME/.earthly", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/earthly/earthly/issues/2210\n" + } + ] +} -- 2.47.3