Skip to content

Commit 5aa7948

Browse files
authored
add pixi config with mkdocs tasks (#7)
1 parent fc26854 commit 5aa7948

File tree

4 files changed

+1884
-0
lines changed

4 files changed

+1884
-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
@@ -0,0 +1,5 @@
1+
# pixi environments
2+
.pixi/*
3+
!.pixi/config.toml
4+
5+
*.egg-info/

0 commit comments

Comments
 (0)