Skip to content

Commit 8995ec6

Browse files
authored
Merge pull request #16 from danielballan/remove-lockfile
Remove lockfile
2 parents 04a24ed + 6cc93e0 commit 8995ec6

File tree

2 files changed

+7
-9582
lines changed

2 files changed

+7
-9582
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
/build/*
22
.ipynb_checkpoints
33
/.pixi/*
4+
# We treat this repository as a library, not an application, and thus we do not
5+
# include the lockfile in source control. For a specific event, like a
6+
# workshop, we suggest committing the lockfile on a branch dedicated to the
7+
# event so that all users are guaranteed to receive a consistent environment
8+
# and do not need to separately solve the environment specification on their
9+
# machines.
10+
pixi.lock
411

512
# The following are boilerplate. It is best practice to handle this generically
613
# in ~/.gitignore, but including it here is helpful for beginners.

0 commit comments

Comments
 (0)