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 <noreply@anthropic.com>
31 lines
257 B
Text
31 lines
257 B
Text
node_modules
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
|
|
# build outputs
|
|
.next
|
|
out
|
|
.turbo
|
|
build
|
|
bin
|
|
dist-electron
|
|
release
|
|
*.tsbuildinfo
|
|
|
|
# env
|
|
.env*
|
|
!.env.example
|
|
|
|
# platform specific
|
|
*.dmg
|
|
*.app
|
|
*.apk
|
|
*.ipa
|
|
monorepo.md
|
|
|
|
# test coverage
|
|
coverage
|
|
|
|
# user config
|
|
~/.super-multica/
|