Files
PepApi.Core/.gitignore
AJ Isaacs 01d8677384 Update Claude Code tool permissions for git operations
Add auto-approval for common git commands (add, commit, mv) and tree command
to streamline development workflow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 23:35:44 -05:00

36 lines
369 B
Plaintext

#Ignore thumbnails created by Windows
Thumbs.db
#Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
.vs/
#Nuget packages folder
packages/
# Claude Code local settings
.claude/settings.local.json