claude-code-ultimate-guide/.gitignore
Florian BRUNIAUX 4640e4e3e0 feat(visibility): add TTFV optimization, CONTRIBUTING rewrite, and distribution playbooks
Phase 0 - Foundation work for visibility campaign:

- Add TL;DR Quick Start section in README with CLAUDE.md template
- Rewrite CONTRIBUTING.md with welcome message, contribution types, PR process
- Add CODE_OF_CONDUCT.md (Contributor Covenant v2.1)
- Document French whitepapers series (8 docs, ~185 pages) in README
- Add distribution playbooks in claudedocs/ (gitignored)
- Add prominent badges (version, license, Claude Code support)

TTFV (Time-to-First-Value) optimized from ~10min to < 5min.

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

28 lines
255 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/
claudedocs/