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