Skip to content

Commit bbc9624

Browse files
committed
chore: add entries to gitignore
1 parent 083e79a commit bbc9624

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-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
2+
pixi.lock linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ example-iree
2525
posteriordb
2626
.quarto
2727
docs/.quarto
28+
Untitled*
29+
notebooks-local
30+
pixi.lock
31+
pixi.toml
32+
reports
33+
benchmarks*
34+
reports*
35+
results*

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.quarto/

0 commit comments

Comments
 (0)