Update .gitignore for package rename
- Add .claude/ (Claude Code config) - Update paths from agentserver/ to xml_pipeline/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e653d63bc1
commit
3cae862d7a
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -13,8 +13,8 @@ ENV/
|
|||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
agentserver/config/organism_identity/private.pem
|
||||
agentserver/config/*.signed.xml
|
||||
xml_pipeline/config/organism_identity/private.pem
|
||||
xml_pipeline/config/*.signed.xml
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
|
|
@ -22,6 +22,9 @@ agentserver/config/*.signed.xml
|
|||
*.swp
|
||||
*.swo
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue