From b71fc44d50c49a2ee659bfed9a3474b1bc78150b Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 16 Oct 2024 16:16:55 -0400 Subject: [PATCH 1/2] chore: :see_no_evil: ignore some auto-generated files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c99590c..7bb42df 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,8 @@ cover/ # Quarto /.quarto/ docs/.quarto/ +*.ipynb +*.storage # Website generation _site From ee03abfeba176f3303986dff7d4f043799b61af5 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 16 Oct 2024 16:17:36 -0400 Subject: [PATCH 2/2] chore: :wrench: formatting is weird with qmd files, turned off --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index bfd77fb..9e1fcb6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,6 +23,9 @@ "chore", // Misc things, like renaming or deleting files ], "conventional-branch.format": "{Type}/{Branch}", + "[quarto][qmd]": { + "editor.formatOnSave": false + }, "[python]": { "editor.defaultFormatter": "charliermarsh.ruff" },