From: JacobTravers <46337843+JacobTravers@users.noreply.github.com> Date: Sat, 12 Nov 2022 04:15:38 +0000 (-0800) Subject: Add .bun (#190) X-Git-Tag: v0.2.0.2~121 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a1995ec07759b165c1eb018164687dda9f53b0f1?ds=inline Add .bun (#190) --- diff --git a/programs/bun.json b/programs/bun.json new file mode 100644 index 0000000..0161034 --- /dev/null +++ b/programs/bun.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.bun", + "movable": false, + "help": "Currently not supported, see [this issue](https://github.com/oven-sh/bun/issues/696). \n" + } + ], + "name": "bun" +}