From bdb1ceb3c4917d4b6e527bea7a4d9b290b43e145 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 14 Apr 2025 00:09:39 +0200 Subject: [PATCH] gitignore pixi.lock (for now) --- autodeploy/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index c048ef0..76f47a6 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -16,6 +16,9 @@ SCRIPT_PATH=$(dirname "$0") "$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true "$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true +#TODO: we actually need to version this! +"$SCRIPT_PATH/gitignore.sh" add pixi.lock || true + export CONDA_OVERRIDE_GLIBC=2.28