Files
ClawdDotNet/.gitignore
T
RichardandClaude Opus 5 a0e18d2a57 Gitea-Token aus der Remote-URL entfernt, .gitignore-Ruecksicherung ergaenzt
Die Remote-URL enthielt das Zugriffstoken im Klartext
(http://Richard:<token>@192.168.178.10:8418/...). Damit stand es in
.git/config, in jeder Ausgabe von "git remote -v" und in der Shell-Historie.

Umgestellt auf denselben Weg wie PolyTrader, nur mit zentraler Token-Datei:
Remote ohne Zugangsdaten, Credential-Helper liest ~/.gitea-token. Ein Token
fuer alle Repos statt Kopien je Projekt — eine Rotation genuegt.

Anleitung und Pruefskript: J:\Softwareprojekte\GITEA-EINWEISUNG.md

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-05 14:56:25 +02:00

51 lines
1.0 KiB
Plaintext

# ---- Build results ----
[Bb]in/
[Oo]bj/
[Oo]ut/
[Ll]og/
[Ll]ogs/
# ---- Visual Studio / Rider ----
.vs/
.idea/
*.user
*.suo
*.userosscache
*.sln.docstates
*.userprefs
# ---- Build / restore artifacts ----
project.lock.json
project.fragment.lock.json
artifacts/
*.nupkg
*.snupkg
msbuild.log
msbuild.err
msbuild.wrn
# ---- Deploy / packaging output ----
deploy/*.zip
# ---- Runtime instance/agent data (created next to the binary) ----
Instances/
data/
# ---- OS files ----
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.DS_Store
# ---- Secrets / local-only settings ----
# Local Claude Code settings contain machine-specific permissions and API keys
.claude/settings.local.json
# Real credential configs (commit *.template / placeholder configs only)
*.secrets.json
appsettings.*.local.json
# Gitea-Zugangstoken. Der Regelweg ist ~/.gitea-token ausserhalb des Repos
# (siehe J:\Softwareprojekte\GITEA-EINWEISUNG.md) — dieser Eintrag ist die
# Ruecksicherung, falls doch einmal eine Token-Datei im Repo landet.
.gitea-token