claude-code-ultimate-guide/.gitignore
Florian BRUNIAUX 2262d9e1f6 docs(cheatsheet): add /loop, /stats, /rename, /copy + Ctrl+F (v3.32.2)
Cheatsheet updated with commands from Claude Code v2.1.59–v2.1.71:
- /loop [interval] [prompt] — recurring scheduler (bg polling while you work)
- /stats — usage graph, favorite model, streak
- /rename [name] — name/rename current session
- /copy — interactive picker for code blocks
- Ctrl+F — kill all background agents (double press)
- /loop added to "Features méconnues" section (v2.1.71)

Applied to both guide/cheatsheet.md and landing cheatsheet/index.astro.
Landing version synced: 3.29.2 → 3.32.2.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 10:44:06 +01:00

51 lines
641 B
Text

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Claude Code (ignore personal config, but keep shared commands and agents)
.claude/
!.claude/commands/
!.claude/agents/
# OS
.DS_Store
Thumbs.db
# Node (if any tooling added later)
node_modules/
npm-debug.log*
# Python
__pycache__/
*.pyc
# Misc
*.log
*.tmp
*.bak
*.wav
*.mp3
*.onnx
# Personal notes & temp files
to-ignore/
.grepai/
whitepapers/
claudedocs/
.mcp.json
# Book (work in progress, not public yet)
book/
# Multi-provider (will be moved to dedicated repo)
examples/multi-provider/
# MCP server build output
mcp-server/dist/
mcp-server/node_modules/
# Vitals provenance data
.vitals/