Skip to content

Remove files erroneously added to dev - #3406

Merged
Lestropie merged 3 commits into
devfrom
dev_bad_files
Jun 19, 2026
Merged

Remove files erroneously added to dev#3406
Lestropie merged 3 commits into
devfrom
dev_bad_files

Conversation

@Lestropie

Copy link
Copy Markdown
Member

Removes two files erroneously added from local system. I've been trying to diligently catch these, but they finally snuck through in #3377.

Claude quite likes to do a git add -A, which will catch any local untracked files not explicitly ignored.

  • This has repeatedly been its own project-level configuration directory (which for now I'm running a local softlink across all my worktrees, but will eventually commit to dev; this should be precluded through previous addition to .gitignore.
  • It will also sometimes write .md files to the local root. Apparently the pattern used here allows re-tracking of files included in a glob ignore, so hopefully that will prevent it from happening again.
  • Finally I've seen it spot the docs/ directory and think that's a good place to put documentation it's generated for itself or the user. So hopefully this pattern will prevent any such files from being erroneously added.

@Lestropie Lestropie self-assigned this Jun 19, 2026
@github-actions

Copy link
Copy Markdown

clang-tidy review says "All clean, LGTM! 👍"

@Lestropie
Lestropie merged commit 8f5e8c0 into dev Jun 19, 2026
7 checks passed
@Lestropie
Lestropie deleted the dev_bad_files branch June 19, 2026 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant