From: b3nj4m1n Date: Wed, 18 May 2022 12:18:20 +0000 (+0200) Subject: Add dotnet config X-Git-Tag: v0.2.0.0~46 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/35a7b91a7a67596d4004eb76a718a055a6baf91a?ds=sidebyside Add dotnet config --- diff --git a/programs/dotnet.json b/programs/dotnet.json new file mode 100644 index 0000000..493b6aa --- /dev/null +++ b/programs/dotnet.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.dotnet", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dotnet/sdk/issues/8678\n" + } + ], + "name": "dotnet" +} \ No newline at end of file