We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad612da commit b2aec62Copy full SHA for b2aec62
.gitattributes
@@ -0,0 +1,2 @@
1
+# SCM syntax highlighting & preventing 3-way merges
2
+pixi.lock merge=binary linguist-language=YAML linguist-generated=true
.gitignore
@@ -58,3 +58,8 @@ distribute-*.tar.gz
58
59
# Mac OSX
60
.DS_Store
61
+# pixi environments
62
+.pixi/*
63
+!.pixi/config.toml
64
+
65
+pixi.lock
0 commit comments