From 4888a663ba560026f32b49fda28846e7e1bc9daf Mon Sep 17 00:00:00 2001 From: Shirshanka Das Date: Sat, 20 Jun 2026 22:56:42 -0700 Subject: [PATCH] chore: gitignore .git-credentials for agent tooling clones --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 478cb2c..993b376 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ tests/e2e/*.local.config.ts # Claude Code session state (local-only) .claude/ + +# Git credentials (written by DataHub agent tooling for auth; never commit) +.git-credentials