From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:28:50 +0000 (+0200) Subject: Merge pull request #325 from Cantido/erlang-cookie X-Git-Tag: v0.2.0.2~16 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/1170533d76fb40b28cff84e6ed904e63db01139c?hp=e7b66a45988e2d221630bdf03bc9555f77c1875a Merge pull request #325 from Cantido/erlang-cookie Add .erlang.cookie --- 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/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" + } + ] +} 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" + } + ] +}