]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added support for Dart (#348)
authorKonstantinos Lountzis <loukwn@users.noreply.github.com>
Sun, 4 Feb 2024 14:30:28 +0000 (14:30 +0000)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 14:30:28 +0000 (15:30 +0100)
Co-authored-by: loukwn <loukwn@gmail.com>
programs/dart.json [new file with mode: 0644]

diff --git a/programs/dart.json b/programs/dart.json
new file mode 100644 (file)
index 0000000..60c4b55
--- /dev/null
@@ -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