Skip to content

Commit d90e799

Browse files
jeremymanningclaude
andcommitted
Update .gitignore to exclude all SSH credential JSON files
Changed .ssh/credentials.json to .ssh/*.json to prevent any JSON credential files from being accidentally committed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 504a029 commit d90e799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data/classifier_results/*.pkl
3232
.test_credentials
3333

3434
# SSH credentials (security)
35-
.ssh/credentials.json
35+
.ssh/*.json
3636

3737
# Model files
3838
models/*/model.safetensors

0 commit comments

Comments
 (0)