From 04f27ddd5a329ddb419ad9dbb8957790b862df69 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 1 Mar 2023 08:41:29 +0100 Subject: [PATCH] refactor: remove redundant files --- src/data/custom_old.json | 216 --------------------------------------- 1 file changed, 216 deletions(-) delete mode 100644 src/data/custom_old.json diff --git a/src/data/custom_old.json b/src/data/custom_old.json deleted file mode 100644 index a310c24..0000000 --- a/src/data/custom_old.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "id": "github", - "name": "GitHub", - "emojis": [ - { - "id": "atom", - "name": "Atom", - "keywords": ["atom"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/atom.png?v8" - } - ] - }, - { - "id": "basecamp", - "name": "Basecamp", - "keywords": ["basecamp"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/basecamp.png?v8" - } - ] - }, - { - "id": "basecampy", - "name": "Basecampy", - "keywords": ["basecampy"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/basecampy.png?v8" - } - ] - }, - { - "id": "bowtie", - "name": "Bowtie", - "keywords": ["bowtie"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/bowtie.png?v8" - } - ] - }, - { - "id": "dependabot", - "name": "Dependabot", - "keywords": ["dependabot"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/dependabot.png?v8" - } - ] - }, - { - "id": "electron", - "name": "Electron", - "keywords": ["electron"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/electron.png?v8" - } - ] - }, - { - "id": "feelsgood", - "name": "Feelsgood", - "keywords": ["feelsgood"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/feelsgood.png?v8" - } - ] - }, - { - "id": "finnadie", - "name": "Finnadie", - "keywords": ["finnadie"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/finnadie.png?v8" - } - ] - }, - { - "id": "fishsticks", - "name": "Fishsticks", - "keywords": ["fishsticks"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/fishsticks.png?v8" - } - ] - }, - { - "id": "goberserk", - "name": "Goberserk", - "keywords": ["goberserk"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/goberserk.png?v8" - } - ] - }, - { - "id": "godmode", - "name": "Godmode", - "keywords": ["godmode"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/godmode.png?v8" - } - ] - }, - { - "id": "hurtrealbad", - "name": "Hurtrealbad", - "keywords": ["hurtrealbad"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/hurtrealbad.png?v8" - } - ] - }, - { - "id": "neckbeard", - "name": "Neckbeard", - "keywords": ["neckbeard"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/neckbeard.png?v8" - } - ] - }, - { - "id": "octocat", - "name": "Octocat", - "keywords": ["octocat"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/octocat.png?v8" - } - ] - }, - { - "id": "rage1", - "name": "Rage1", - "keywords": ["rage1"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/rage1.png?v8" - } - ] - }, - { - "id": "rage2", - "name": "Rage2", - "keywords": ["rage2"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/rage2.png?v8" - } - ] - }, - { - "id": "rage3", - "name": "Rage3", - "keywords": ["rage3"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/rage3.png?v8" - } - ] - }, - { - "id": "rage4", - "name": "Rage4", - "keywords": ["rage4"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/rage4.png?v8" - } - ] - }, - { - "id": "shipit", - "name": "Shipit", - "keywords": ["shipit"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/shipit.png?v8" - } - ] - }, - { - "id": "suspect", - "name": "Suspect", - "keywords": ["suspect"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/suspect.png?v8" - } - ] - }, - { - "id": "trollface", - "name": "Trollface", - "keywords": ["trollface"], - "skins": [ - { - "src": "https://github.githubassets.com/images/icons/emoji/trollface.png?v8" - } - ] - } - ] -}