Skip to content

Commit 6d55965

Browse files
committed
fix: Remove test credential entries from .gitignore
- Remove entries for test files with real credentials - Integration tests will use environment variables in the future Addresses: brendan-kellam's feedback on test credential handling
1 parent f7285f6 commit 6d55965

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,5 @@ dist
165165
/config.json
166166
.DS_Store
167167

168-
# Test files with real credentials (should not be tracked)
169-
gerrit_auth_test.ts
170-
**/gerrit_auth_test.ts
168+
# Claude Code generated files
169+
CLAUDE.md

0 commit comments

Comments
 (0)