From 4964727717a564f65433dbf56e35781be8f6b675 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Tue, 3 Jun 2025 12:04:51 -0700 Subject: [PATCH] Updates gitignore to remove .astro and .direnv --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ceaea36..75bcbfe 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,8 @@ dist .yarn/install-state.gz .pnp.* +# Astro +.astro/ + +# Direnv +.direnv/