Skip to content

chore: gitignore .git-credentials for agent tooling clones#79

Merged
shirshanka merged 1 commit into
mainfrom
chore/gitignore-git-credentials
Jun 21, 2026
Merged

chore: gitignore .git-credentials for agent tooling clones#79
shirshanka merged 1 commit into
mainfrom
chore/gitignore-git-credentials

Conversation

@shirshanka

Copy link
Copy Markdown
Contributor

What

Add .git-credentials to the root .gitignore.

Why

DataHub's agent tooling (e.g. the Otto/Bart code-archaeology assistant) clones repos to answer source-level questions. For auth it writes a .git-credentials file, and as a safety guard it refuses to clone any repo whose root .gitignore does not list .git-credentials — this guarantees the credential file can never be accidentally committed.

datahub-project/datahub already satisfies this (its .gitignore includes .git-credentials). Adding the same one line here lets the assistant read this repo so it can answer community questions about the analytics-agent from source, not just docs.

Impact

  • One line added to .gitignore; no functional/code changes.
  • Purely defensive — ensures a local-only credentials file is never tracked.

🤖 Generated with Claude Code

https://claude.ai/code/session_01E3ckwD4fGGeEdxHJWBsS1T

@shirshanka shirshanka merged commit aa735ff into main Jun 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant