From 6becd791aee99fda2c17da48c9a5fcdda605f2b3 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:35:50 +0800 Subject: [PATCH] fix: remove accidentally committed ~/.super-multica config The empty ~/.super-multica/channels.json5 file was accidentally added during a merge conflict resolution. Remove it and add ~/.super-multica/ to .gitignore to prevent future accidents. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ ~/.super-multica/channels.json5 | 0 2 files changed, 3 insertions(+) delete mode 100644 ~/.super-multica/channels.json5 diff --git a/.gitignore b/.gitignore index f08a7248..ba40d163 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ monorepo.md # test coverage coverage + +# user config +~/.super-multica/ diff --git a/~/.super-multica/channels.json5 b/~/.super-multica/channels.json5 deleted file mode 100644 index e69de29b..00000000