From 15142ecc14cdf9b7eeeae477a480789efddc8e04 Mon Sep 17 00:00:00 2001 From: Teetow Date: Tue, 24 Feb 2026 14:28:53 +0100 Subject: [PATCH] chore(.gitignore): add local directory to ignore list --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a199f7a..5c8ceb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # build output dist/ +# misc local files +local/ + # generated types .astro/