Core CLI cache directory should not be tracked. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
235 B
Text
23 lines
235 B
Text
# Ignore all cloned packages (they have their own repos)
|
|
packages/*
|
|
!packages/.gitkeep
|
|
|
|
# Core CLI cache (transient data)
|
|
.core/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Logs
|
|
*.log
|