From 3d535e58c4e64a1bd2ba6701543dace9b1a4083a Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 21 Jul 2026 14:43:41 +0200 Subject: [PATCH] feat: add gitattributes for pixi --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..997504b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# SCM syntax highlighting & preventing 3-way merges +pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff