chore: ajout tokengite.md et mise à jour .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-19 06:49:26 +02:00
parent 675ae99c7e
commit f61f79c4ab
2 changed files with 13 additions and 1 deletions
-1
View File
@@ -7,7 +7,6 @@ Cargo.lock
# Fichiers locaux non versionnés
.claude/
tokengite.md
consigne_claude_project_sentinelmesh_md.md
doc_brainstorming/
repo_glance/
+13
View File
@@ -0,0 +1,13 @@
# Token Gitea SentinelMesh
- **URL** : https://git.maison43gil.com/gilles/SentinelMesh.git
- **Utilisateur** : gilles
- **Token** : 8bb9ee27860bd2f66c4113406dbcc0d545ba6ac6
## Utilisation
```bash
git remote set-url origin "https://gilles:8bb9ee27860bd2f66c4113406dbcc0d545ba6ac6@git.maison43gil.com/gilles/SentinelMesh.git"
git push
git remote set-url origin "https://git.maison43gil.com/gilles/SentinelMesh.git"
```