Skip to content

chore(repo): drop redundant package.json ignore/override pair#174

Closed
ottobolyos wants to merge 1 commit into
TrakHound:masterfrom
ottobolyos:chore/drop-redundant-package-json-ignore
Closed

chore(repo): drop redundant package.json ignore/override pair#174
ottobolyos wants to merge 1 commit into
TrakHound:masterfrom
ottobolyos:chore/drop-redundant-package-json-ignore

Conversation

@ottobolyos
Copy link
Copy Markdown
Contributor

Summary

Drops a redundant ignore/override pair from `.gitignore`: the broad `package.json` + `package-lock.json` ignore plus the `!docs/package.json` + `!docs/package-lock.json` overrides that re-allow the docs site's manifest.

  • The repo is C#/.NET; the only npm-using surface is `docs/` (VitePress).
  • No other `package.json` files exist in the tree that need to be ignored.
  • Removing the broad ignore + the override pair leaves `docs/package.json` and `docs/package-lock.json` tracked naturally, with simpler `.gitignore` semantics.

@ottobolyos
Copy link
Copy Markdown
Contributor Author

Closing -- the gitignore cleanup belongs inside #157 (the VitePress docs PR) as an atomic commit there, not as a separate PR. Folded back into #157 at its tip.

@ottobolyos ottobolyos closed this May 27, 2026
@ottobolyos ottobolyos deleted the chore/drop-redundant-package-json-ignore branch May 27, 2026 08:25
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