- git init (分支 main) + remote origin → gitea comi-logic/vtubermini - 根级 .gitignore 排除 node_modules/dist/android-build/releases(APK)/日志/.codex-logs - .gitattributes 用 Git LFS 跟踪 *.png/*.mp4 等媒体(141 个文件) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
36 lines
530 B
Plaintext
36 lines
530 B
Plaintext
# ── macOS ──
|
|
.DS_Store
|
|
|
|
# ── Logs ──
|
|
*.log
|
|
logs/
|
|
dev-server*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# ── Tooling logs / scratch ──
|
|
.codex-logs/
|
|
|
|
# ── Dependencies ──
|
|
node_modules/
|
|
|
|
# ── Build output ──
|
|
dist/
|
|
dist-ssr/
|
|
*.local
|
|
|
|
# ── Capacitor / Android 构建产物 ──
|
|
# (vtubermini/android/.gitignore 另行处理 build/ .gradle/ local.properties 等)
|
|
releases/
|
|
*.apk
|
|
*.aab
|
|
|
|
# ── Editor ──
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.suo
|
|
*.sw?
|