Skip to content

Commit e40953b

Browse files
authored
fix: 🐛 Quarto auto-adds this line, this fixes it so Quarto stops (#230)
# Description Quarto always auto-adds this particular line in the `.gitignore` file. So just adding it here so it can stop auto-adding it. Needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 61d6725 commit e40953b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ docs/.quarto/
3636
*.ipynb
3737
*.quarto_ipynb
3838
*.storage
39+
**/*.quarto_ipynb
3940

4041
# Quartodoc
4142
/docs/reference/

template/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ cover/
6969
docs/.quarto/
7070
*.ipynb
7171
*.quarto_ipynb
72+
**/*.quarto_ipynb
7273
*.storage
7374

7475
# Quartodoc

0 commit comments

Comments
 (0)