1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 16:14:44 +00:00
Files
Mole/.gitignore
Sizk 74d05ed9aa feat(analyze): add multi-select for batch file operations (#140)
- Add spacebar to toggle selection on files/directories
- Support batch delete for multiple selected items
- Support batch open (O) and reveal in Finder (F) for selections
- Show selection count and total size in status bar
- Display selection indicator (● selected, ○ unselected)
- Clear selections when navigating directories or switching views

Authored-by: Sizk <sizk@users.noreply.github.com>
2025-12-21 22:15:14 +08:00

56 lines
566 B
Plaintext

# macOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor files
*~
*.swp
*.swo
.vscode/
.idea/
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp
*.temp
*.dmg
# Cache
.cache/
*.cache
.gocache/
.gomod/
# Backup files
*.bak
*.backup
# System files
*.pid
*.lock
# AI Assistant Instructions
.claude/
.gemini/
.kiro/
CLAUDE.md
GEMINI.md
.cursorrules
# Go build artifacts (development)
cmd/analyze/analyze
cmd/status/status
/status
mole-analyze
# Note: bin/analyze-go and bin/status-go are released binaries and should be tracked