From 7ab3beb8eb101482b416a3111aedb8d5b296f607 Mon Sep 17 00:00:00 2001 From: Oliver Forral Date: Sat, 20 Jun 2026 12:58:57 -0700 Subject: [PATCH] Add Astro generated types folder to Node.gitignore --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 872d5f6c6f..30c595fc49 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -141,3 +141,7 @@ dist vite.config.js.timestamp-* vite.config.ts.timestamp-* .vite/ + +# Astro generated types +.astro/ +