From: Konstantinos Lountzis Date: Sun, 4 Feb 2024 14:30:28 +0000 (+0000) Subject: Added support for Dart (#348) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/14134960d884bdfd1b17b209af6c1dd499c726bc Added support for Dart (#348) Co-authored-by: loukwn --- diff --git a/programs/dart.json b/programs/dart.json new file mode 100644 index 0000000..60c4b55 --- /dev/null +++ b/programs/dart.json @@ -0,0 +1,25 @@ +{ + "files": [ + { + "help": "Currently unsupported.\n\n _Relevant issue_: https://github.com/dart-lang/sdk/issues/41560\n", + "movable": false, + "path": "$HOME/.dart" + }, + { + "help": "Currently unsupported.\n\n _Relevant issue_: https://github.com/dart-lang/sdk/issues/41560\n", + "movable": false, + "path": "$HOME/.dartServer" + }, + { + "help": "Currently unsupported.\n\n _Relevant issue_: https://github.com/dart-lang/sdk/issues/41560\n", + "movable": false, + "path": "$HOME/.dart-tool" + }, + { + "help": "Currently unsupported.\n\n _Relevant issue_: https://github.com/dart-lang/sdk/issues/41560\n", + "movable": false, + "path": "$HOME/.pub-cache" + } + ], + "name": "dart" +} \ No newline at end of file