From 4b505252e3cd777edce8873e66c61c56ce261d69 Mon Sep 17 00:00:00 2001 From: EFEELE Date: Tue, 8 Apr 2025 10:47:23 -0600 Subject: [PATCH] Update .gitignore to include VSCode settings directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 016b59e..3f800fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # build output dist/ +# vscode settings +.vscode/ + # generated types .astro/