Skip to content

Commit b2aec62

Browse files
committed
some pixi conveniences
1 parent ad612da commit b2aec62

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ distribute-*.tar.gz
5858

5959
# Mac OSX
6060
.DS_Store
61+
# pixi environments
62+
.pixi/*
63+
!.pixi/config.toml
64+
65+
pixi.lock

0 commit comments

Comments
 (0)