Skip to content

fix: Ensure uv.lock is tracked in newly generated projects (#80)#81

Merged
gitvishalshetty merged 1 commit into
tempdevelopfrom
fix/track-uv-lockfile
Mar 13, 2026
Merged

fix: Ensure uv.lock is tracked in newly generated projects (#80)#81
gitvishalshetty merged 1 commit into
tempdevelopfrom
fix/track-uv-lockfile

Conversation

@gitvishalshetty
Copy link
Copy Markdown
Contributor

Removes uv.lock from the generated .gitignore template and reorders the post-generation hooks so that uv sync is executed before the initial git commit, guaranteeing that the lockfile is properly tracked by git. This fixes downstream Docker builds that depend on the lockfile.

Removes `uv.lock` from the generated `.gitignore` template and reorders
the post-generation hooks so that `uv sync` is executed before the initial
`git commit`, guaranteeing that the lockfile is properly tracked by git.
This fixes downstream Docker builds that depend on the lockfile.
@gitvishalshetty gitvishalshetty merged commit 12d3635 into tempdevelop Mar 13, 2026
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.

2 participants