From c142cf9ab08df3da644ff873243f1d6e2fcdfba4 Mon Sep 17 00:00:00 2001 From: Haakon Ludvig Langeland Ervik <45243236+haakon-e@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:13:42 -0700 Subject: [PATCH] add .vscode to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ca0d5f7242..21ca06cc19 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ docs/site/ # generated by Literate.jl docs/src/tutorials/ +# ignore vscode artifacts +.vscode + # Check in the docs and examples manifests !docs/src/assets/ !examples/Manifest.toml