From c488c4840588fd88fa840306c40ab99ebb3512b9 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 15 Jul 2026 13:15:57 +0100 Subject: implement caching for UEX data and create cache directory --- 174bg/discord-bot/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '174bg/discord-bot/.gitignore') diff --git a/174bg/discord-bot/.gitignore b/174bg/discord-bot/.gitignore index 9b6ab89..511bcd0 100644 --- a/174bg/discord-bot/.gitignore +++ b/174bg/discord-bot/.gitignore @@ -1,2 +1,3 @@ /.env -/node_modules/ \ No newline at end of file +/node_modules/ +/uex-cache/ \ No newline at end of file -- cgit v1.2.3