Skip to content

Commit 4d97e7c

Browse files
authored
chore: 🔧 config changes based on Quarto and Python website build (#13)
## Description This adds some changes to `.gitignore` and to `settings.json` after incorporating changes to using Python within the docs. Doesn't need a review.
2 parents 6762972 + ee03abf commit 4d97e7c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ cover/
6767
# Quarto
6868
/.quarto/
6969
docs/.quarto/
70+
*.ipynb
71+
*.storage
7072

7173
# Website generation
7274
_site

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"chore", // Misc things, like renaming or deleting files
2424
],
2525
"conventional-branch.format": "{Type}/{Branch}",
26+
"[quarto][qmd]": {
27+
"editor.formatOnSave": false
28+
},
2629
"[python]": {
2730
"editor.defaultFormatter": "charliermarsh.ruff"
2831
},

0 commit comments

Comments
 (0)