]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #325 from Cantido/erlang-cookie
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Mon, 23 Oct 2023 13:28:50 +0000 (15:28 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 13:28:50 +0000 (15:28 +0200)
Add .erlang.cookie

programs/dropbox.json [new file with mode: 0644]
programs/earthly.json [new file with mode: 0644]
programs/flyctl.json [new file with mode: 0644]

diff --git a/programs/dropbox.json b/programs/dropbox.json
new file mode 100644 (file)
index 0000000..38c9882
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "name": "Dropbox",
+  "files": [
+      {
+        "path": "$HOME/.dropbox",
+        "movable": false,
+        "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n"
+      },
+      {
+        "path": "$HOME/.dropbox-dist",
+        "movable": false,
+        "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/dropbox/nautilus-dropbox/issues/5\n"
+      }
+  ]
+}
diff --git a/programs/earthly.json b/programs/earthly.json
new file mode 100644 (file)
index 0000000..599fed0
--- /dev/null
@@ -0,0 +1,11 @@
+
+{
+  "name": "earthly",
+  "files": [
+    {
+      "path": "$HOME/.earthly",
+      "movable": false,
+      "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/earthly/earthly/issues/2210\n"
+        }
+    ]
+}
diff --git a/programs/flyctl.json b/programs/flyctl.json
new file mode 100644 (file)
index 0000000..95a2249
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "name": "flyctl",
+  "files": [
+    {
+      "path": "$HOME/.fly",
+      "movable": false,
+      "help": "Currently unsupported.\n\n_Merge Request_: https://github.com/superfly/flyctl/pull/2785\n"
+    }
+  ]
+}