FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
You Should Be Versioning Your ~/.claude Config
NewsTools

You Should Be Versioning Your ~/.claude Config

via Dev.toFelipe Philipp1mo ago

If you’ve been using Claude Code for a while, you’ve probably accumulated a decent amount of configuration: settings, skills, custom agents, CLAUDE.md instructions. Losing all of that would be annoying. The fix: git init inside ~/.claude , with some caveats. What lives in ~/.claude Based on the official docs , here’s what’s worth versioning: CLAUDE.md settings.json skills/**/SKILL.md agents/<name>.md commands/<name>.md statusline.sh What to ignore Claude Code generates transient data that you should ignore. Add this to your .gitignore . # Credentials .credentials.json credentials.json # Internal state .claude.json .claude.json.backup.* security_warnings_*.json stats-cache.json mcp-needs-auth-cache.json # Session data history.jsonl backups cache debug file-history paste-cache session-env shell-snapshots # Agent and team state plans plugins tasks teams todos # Telemetry statsig telemetry usage-data # IDE integration ide/ Note about projects The projects/ directory contains per-project au

Continue reading on Dev.to

Opens in a new tab

Read Full Article
18 views

Related Articles

Legacy PC design misery
News

Legacy PC design misery

Lobsters • 3d ago

Most scientific models assume the system already exists.
News

Most scientific models assume the system already exists.

Medium Programming • 3d ago

Why 90% of Claude Code Users Are Missing Its Most Powerful Feature ‍♂️
News

Why 90% of Claude Code Users Are Missing Its Most Powerful Feature ‍♂️

Medium Programming • 3d ago

A Review on Language Models as Knowledge Bases
News

A Review on Language Models as Knowledge Bases

Dev.to • 3d ago

Observa 0.2.0: Dashboards, Alerting, Backups, and Data Export
News

Observa 0.2.0: Dashboards, Alerting, Backups, and Data Export

Medium Programming • 3d ago

Discover More Articles