From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:28:24 +0000 (+0200) Subject: Merge pull request #326 from Cantido/add-earthly X-Git-Tag: v0.2.0.2~17 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/99537674f98bfffbb857b62f3e847035fdbc45da?hp=4ce038a45924c3af6480e110155210830423dc56 Merge pull request #326 from Cantido/add-earthly Add Earthly --- diff --git a/programs/dropbox.json b/programs/dropbox.json new file mode 100644 index 0000000..38c9882 --- /dev/null +++ b/programs/dropbox.json @@ -0,0 +1,15 @@ +{ + "name": "Dropbox", + "files": [ + { + "path": "$HOME/.dropbox", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n" + }, + { + "path": "$HOME/.dropbox-dist", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n" + } + ] +} diff --git a/programs/flyctl.json b/programs/flyctl.json new file mode 100644 index 0000000..95a2249 --- /dev/null +++ b/programs/flyctl.json @@ -0,0 +1,10 @@ +{ + "name": "flyctl", + "files": [ + { + "path": "$HOME/.fly", + "movable": false, + "help": "Currently unsupported.\n\n_Merge Request_: https://github.com/superfly/flyctl/pull/2785\n" + } + ] +}