chore: tf-inspect/ untracked project sitting in the repo root #52

Open
opened 2026-06-29 13:02:56 +01:00 by lyrathorpe · 0 comments
Owner

Problem

A separate project, tf-inspect/, sits untracked in the repo root. It has its own .git/, .gitea/, lockfiles, and .pre-commit-config.yaml — it is not part of this flake and is not referenced by it.

Impact

  • It shows up forever in git status as untracked noise.
  • It is at risk of an accidental git clean -xd wiping it (it is not committed).
  • It confuses the boundary of what this repo owns.

Suggested fix

Decide its home: either move it out of this working tree, or add tf-inspect/ to .gitignore if it is intentionally kept here as a local scratch checkout.

## Problem A separate project, `tf-inspect/`, sits untracked in the repo root. It has its own `.git/`, `.gitea/`, lockfiles, and `.pre-commit-config.yaml` — it is not part of this flake and is not referenced by it. ## Impact - It shows up forever in `git status` as untracked noise. - It is at risk of an accidental `git clean -xd` wiping it (it is not committed). - It confuses the boundary of what this repo owns. ## Suggested fix Decide its home: either move it out of this working tree, or add `tf-inspect/` to `.gitignore` if it is intentionally kept here as a local scratch checkout.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/nixfiles#52