From 14134960d884bdfd1b17b209af6c1dd499c726bc Mon Sep 17 00:00:00 2001 From: Konstantinos Lountzis Date: Sun, 4 Feb 2024 14:30:28 +0000 Subject: [PATCH] Added support for Dart (#348) Co-authored-by: loukwn --- programs/dart.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 programs/dart.json diff --git a/programs/dart.json b/programs/dart.json new file mode 100644 index 00000000..60c4b553 --- /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