Skip to content

Commit 80c5ec3

Browse files
yigitkonurclaude
andcommitted
🔧 Add Husky internal files exclusion to .gitignore
- Added .husky/_/ to exclude auto-generated Husky internal files - Only .husky/pre-commit should be tracked (team configuration) - Tested .gitignore effectiveness with various file types 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 33d09e4 commit 80c5ec3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ temp/
4545
tmp/
4646
*.tmp
4747

48+
# Husky internal files
49+
.husky/_/
50+
4851
# MCP specific
4952
mcp-session-*
5053
session-*

0 commit comments

Comments
 (0)