From 4e370bb7303bb080f10cc391f8b733d3e30c3919 Mon Sep 17 00:00:00 2001 From: jim800121chen Date: Sat, 11 Apr 2026 22:17:32 +0800 Subject: [PATCH] docs: move Repository section from README to .claude/repo-notes.md Repository mirror info and pushall alias is local-only convention, not user-facing. Move to .claude/ as local memo. --- .gitignore | 3 +++ README.md | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 609bcfc..9fba9f7 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ local-tool/visiona-local/payload/ .env .env.local .env.*.local + +# Claude Code 本地 session / memory,不入 git +.claude/ diff --git a/README.md b/README.md index 1d334d8..7d7f929 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,6 @@ Wails + Go + Next.js, packaged as macOS dmg / Windows exe / Linux AppImage. See [`local-tool/README.md`](./local-tool/README.md) for details. -## Repository - -This repo is mirrored across two hosts: -- **Gitea (primary)**: https://gitea.innovedus.com/jim800121/visionA -- **GitHub (mirror)**: https://github.com/jim800121/visionA (private) - -Use the `pushall` git alias to push to both: -```bash -git config alias.pushall '!git push gitea main && git push github main' -git pushall -``` - ## License TBD (internal use)