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 8f45f22 commit a7b01d3Copy full SHA for a7b01d3
.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
@@ -46,4 +46,8 @@ docs/build/
46
.cache/
47
48
# CLion / IDEA
49
-.idea/
+.idea/
50
+
51
+# pixi environments
52
+.pixi/*
53
+!.pixi/config.toml
0 commit comments