From 377ed3af631bfb5785d35cf5e348cb8da3ece51f Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 6 May 2018 18:49:38 +0200
Subject: [PATCH] Ignore

---
 .gitignore |  1 +
 data.json  | 48 ------------------------------------------------
 2 files changed, 1 insertion(+), 48 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 data.json

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2d46485
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+data.json
diff --git a/data.json b/data.json
deleted file mode 100644
index 26487e2..0000000
--- a/data.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-  "count": 3,
-  "instances": [
-    {
-      "albums": 1034,
-      "artists": 359,
-      "fetchDate": "2018-05-06T18:34:46.144042",
-      "fetchSuccess": true,
-      "info": {
-        "fullDescription": "Hi!\r\n\r\nI'm Eliot Berriot, the owner of this funkwhale instance. Funkwhale started as a personal project, in 2015, and I've been using it to stream my music eversince.\r\n\r\nI think it's time for me to open the project more, as well as this instance, so new users can try it, tell me what's working and what's not.\r\n\r\nIf you're interested in music or free and open-source software maybe you'll want to join us :)\r\n\r\n## Become a beta-tester\r\n\r\nYou don't need to be tech-savyy for helping, and it's really simple to get involved:\r\n\r\n1. [Create an account](https://funkwhale.eliotberriot.com/signup)\r\n2. Use the service\r\n3. Report any bug you encounterep as well as your imporvements ideas, if you have any\r\n\r\n## Getting in touch\r\n\r\nReporting a bug or suggesting a new feature is as simple as creating an issue on the [issue tracker](https://code.eliotberriot.com/funkwhale/funkwhale/issues).\r\n\r\nYou  can also join the community on Matrix, where people will be able to answer your questions and welcome you. Simply join [#funkwhale:matrix.org](https://riot.im/app/#/room/#funkwhale:matrix.org).\r\n\r\nFinally, I'm personnaly reachable on Mastodon, at [@eliotberriot@mastodon.eliotberriot.com](https://mastodon.eliotberriot.com/@eliotberriot), as well as by email, at contact@eliotberriot.com. Feel free to say hi!\r\n\r\nThat's it, I hope you enjoy this project as well as I do :)",
-        "shortDescription": ""
-      },
-      "listenings": 24322,
-      "musicDuration": 654.9941666666666,
-      "name": "funkwhale.eliotberriot.com",
-      "openRegistrations": false,
-      "trackFavorites": 1000,
-      "tracks": 9452,
-      "up": true,
-      "users": 62
-    },
-    {
-      "albums": 7,
-      "artists": 7,
-      "fetchDate": "2018-05-06T18:34:46.501681",
-      "fetchSuccess": true,
-      "info": {
-        "fullDescription": "",
-        "shortDescription": ""
-      },
-      "listenings": 0,
-      "musicDuration": 0,
-      "name": "demo.funkwhale.audio",
-      "openRegistrations": false,
-      "trackFavorites": 0,
-      "tracks": 58,
-      "up": true,
-      "users": 1
-    },
-    {
-      "fetchDate": "2018-05-06T18:34:46.801183",
-      "fetchSuccess": false,
-      "info": {},
-      "name": "test.yolo.comf",
-      "up": false
-    }
-  ]
-}
\ No newline at end of file
-- 
GitLab