claude-code-ultimate-guide/.gitignore
Florian BRUNIAUX 1b5514e0e6 feat(onboarding): add adaptive pedagogy and multi-LLM compatibility
- Add communication tone preference (pedagogical/direct/coaching/adaptive)
- Extend style preference to all goals at 15min threshold
- Add "reset" option for mid-journey preference changes
- Add "skip" shows what's being skipped
- Add fallback roadmap when reference.yaml fetch fails
- Add multi-LLM compatibility footnote (works on ChatGPT, Gemini, etc.)
- Update reference.yaml with tone question and question_flow

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

27 lines
243 B
Text

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Claude Code
.claude/
# OS
.DS_Store
Thumbs.db
# Node (if any tooling added later)
node_modules/
npm-debug.log*
# Misc
*.log
*.tmp
*.bak
# Personal notes & temp files
to-ignore/
.grepai/
whitepapers/