Skip to content

Commit

Permalink
Ignore uv.lock file
Browse files Browse the repository at this point in the history
When somoene uses `uv` to manage their venv, uv.lock is generated
automatically when `uv sync` is run. This PR removes it, so that
it is not committed accidentally (happened in #147)
  • Loading branch information
potiuk committed Nov 17, 2024
1 parent 34d27eb commit 7b7cf98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,6 @@ $RECYCLE.BIN/

# hatch-vcs
cherry_picker/_version.py

# Ignore uv.lock
uv.lock

0 comments on commit 7b7cf98

Please sign in to comment.