Skip to content

Commit 96a67a1

Browse files
authored
Merge pull request #1 from RoboStack/feat/add-pixi-for-building
feat: pixi for building with rattler-build
2 parents 7d50afb + b8d29de commit 96a67a1

File tree

4 files changed

+628
-0
lines changed

4 files changed

+628
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# GitHub syntax highlighting
2+
pixi.lock linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ recipes/
55
*.ps1
66
*.json
77
.DS_Store
8+
# pixi environments
9+
.pixi
10+
*.egg-info

0 commit comments

Comments
 (0)