From acce31ed3a6603be1d04487a828aafe52c48b4da Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jun 2026 13:34:16 -0700 Subject: [PATCH] Replace gitea references with GitHub Point the Quick Start clone command at the GitHub repo and drop the obsolete .gitea-token ignore rule in favour of a generic secrets pattern. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d863243..040bfab 100644 --- a/.gitignore +++ b/.gitignore @@ -17,8 +17,9 @@ __pycache__/ .claude/ CLAUDE.md -# Gitea token -.gitea-token +# Local secrets / tokens +*.token +.git-credentials # OS .DS_Store diff --git a/README.md b/README.md index 79420e6..e8c763e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Draw and edit aircraft sprites directly in the browser: pencil, eraser, line/rec ```bash # Clone the repository -git clone https://gitea.chops.one/allen/ADS-Bit.git +git clone https://github.com/AllenNPIT/ADS-Bit.git cd ADS-Bit # Install dependencies