From 8d4ac59f737450708a077be06a372dc9ad222f01 Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Sat, 31 Jan 2026 16:56:15 -0600 Subject: [PATCH] chore: untrack voices/preferences.json from git Remove the preferences.json file from git tracking while keeping it locally. This file contains user-specific effect settings that should not be committed or shared between installations. --- voices/preferences.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 voices/preferences.json diff --git a/voices/preferences.json b/voices/preferences.json deleted file mode 100644 index 6f1f386..0000000 --- a/voices/preferences.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "user_voices": { - "122139828182712322": "gibralter_good" - } -} \ No newline at end of file