refactor: remove legacy container and non-discord remnants

This commit is contained in:
Eyejoker
2026-03-20 01:07:46 +09:00
parent ea09560128
commit bb0628e8f4
82 changed files with 2712 additions and 10523 deletions

11
.gitignore vendored
View File

@@ -3,6 +3,7 @@ node_modules/
.npm-cache/
# Build output
dist/
runners/*/dist/
# Local data & auth
store/
@@ -24,12 +25,22 @@ groups/global/*
# Secrets
*.keys.json
.env
.env.codex
# Temp files
.tmp-*
tmp/
backups/
dist-backups/
.deploy-backups/
cache/
runners/*/node_modules/
runners/codex-runner-backups/
*.bak-*
# OS
.DS_Store
._*
# IDE
.idea/