Skip to content

Commit a99bf04

Browse files
committed
Update comment in .gitignore
1 parent 0b18cf5 commit a99bf04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ parcels/_version_setup.py
2929
.pixi
3030
*.egg-info
3131

32-
# Ignore pixi.lock file for now as Vecko is the only one using pixi for development. This should be checked into VCS if it becomes a more common tool.
32+
# Ignore pixi.lock file for this project. The con of 22k lines of noise it adds to diffs is not worth
33+
# the benefit of perfectly reproducible environments for all developers (and all the tooling that would
34+
# be required to support that - see https://github.com/pydata/xarray/issues/10732#issuecomment-3327780806
35+
# for more details)
3336
pixi.lock

0 commit comments

Comments
 (0)