claude/templates/gitignore/standard.gitignore
Bastien Chanot 167ea9678e feat(gitflow): universal gitflow model — lib + skill + orchestrator wiring
lib core (start/finish/init, transactional bootstrap) + migrate + 57-test suite + aiguillage; skills/gitflow + gitignore template; CLAUDE.md gitflow rule; wiring init-project (5f/8/11), onboard (2.6), ship-feature (0/4/9), feat/bugfix/hotfix aiguillage.
2026-06-29 02:58:13 +02:00

27 lines
550 B
Plaintext

# ── env / secrets ──
.env
.env.*
!.env.example
# ── editors / IDE ──
.vscode/
.idea/
*.swp
# ── OS ──
.DS_Store
Thumbs.db
# ── logs / debug ──
*.log
# ── Claude config: local by default, project-memory versioned ──
.claude/*
!.claude/memory/
!.claude/tasks/
!.claude/audits/
!.claude/settings.json
!.claude/deploy/
# re-ignore transients inside the versioned subtrees (the PENDING.json trap)
.claude/settings.local.json
.claude/agent-memory/
.claude/gstack/
.claude/deploy/PENDING.json
.claude/deploy/NEXT.sh