php-devops/.gitignore
Snider e7ee34ec5f chore: add .core/ to gitignore
Core CLI cache directory should not be tracked.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 15:19:11 +00:00

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