Files
SuperClaude/.gitignore
krsnaa 477ee46099 docs: Add missing /task command documentation and fix command count references (#66)
- Add complete /task command documentation to COMMANDS.md with operations, features, and examples
  - Update command count from 18 to 19 across README.md, ROADMAP.md, and COMMANDS.md
  - Correct /task syntax in index.md to use colon-based operations (:create, :status, :resume)
  - Add changelog entry documenting the documentation fixes
  - Maintain historical accuracy in previous changelog entries
2025-07-02 17:35:08 +02:00

37 lines
393 B
Plaintext

# Logs
logs/
*.log
# Claude operations documentation
.claudedocs/
.claude_logs/
# Task management (project-specific)
./claudedocs/tasks/
# System files
.DS_Store
Thumbs.db
desktop.ini
.Spotlight-V100
.Trashes
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/
# Temporary files
*.tmp
*.temp
*.bak
*.backup
*.old
.cache/
# Backup files from install script
superclaude-backup.*