chore: remove AI tooling config from repo tracking
Untrack .claude/ directory and update .gitignore to keep AI-specific config files out of the repository before handoff.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -37,9 +37,12 @@ frontend.pid
|
||||
|
||||
# Temporary files
|
||||
backend/uploads/temp/
|
||||
claude.md
|
||||
claude_status.md
|
||||
feature_request*.md
|
||||
|
||||
# AI tooling config
|
||||
.claude/
|
||||
ai_notes.md
|
||||
ai_status.md
|
||||
backend/add_vendor_to_documents.js
|
||||
backend/fix_multivendor_constraint.js
|
||||
backend/server.js-backup
|
||||
|
||||
Reference in New Issue
Block a user