From b9fca1c904ad75f9a4031ad88a49e4505a2c7189 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 28 Apr 2025 12:01:53 +0100 Subject: [PATCH] lexicons: move lexicons into subdirs --- lexicons/{ => feed}/star.json | 0 lexicons/{ => graph}/follow.json | 0 lexicons/{ => knot}/member.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename lexicons/{ => feed}/star.json (100%) rename lexicons/{ => graph}/follow.json (100%) rename lexicons/{ => knot}/member.json (100%) diff --git a/lexicons/star.json b/lexicons/feed/star.json similarity index 100% rename from lexicons/star.json rename to lexicons/feed/star.json diff --git a/lexicons/follow.json b/lexicons/graph/follow.json similarity index 100% rename from lexicons/follow.json rename to lexicons/graph/follow.json diff --git a/lexicons/member.json b/lexicons/knot/member.json similarity index 100% rename from lexicons/member.json rename to lexicons/knot/member.json -- 2.51.2