Skip to content

Commit a7b01d3

Browse files
committed
Add git config
1 parent 8f45f22 commit a7b01d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ docs/build/
4646
.cache/
4747

4848
# CLion / IDEA
49-
.idea/
49+
.idea/
50+
51+
# pixi environments
52+
.pixi/*
53+
!.pixi/config.toml

0 commit comments

Comments
 (0)