Skip to content

security: remove .claude/ directory from git tracking #20

@realityinspector

Description

@realityinspector

Problem

.claude/settings.local 2.json is tracked in git. It contains AI tool configuration with commit messages including "Generated with [Claude Code]" and "Co-Authored-By: Claude" embedded in bash allow-lists.

Fix

  1. Add .claude/ to .gitignore
  2. Remove .claude/ from git tracking: git rm -r --cached .claude/
  3. Commit the removal

PPI Database Reference

Listed as P1 in ppi-leak-database.md since 2026-03-02.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions