From 3c97039faf501c79cf0521c5479429af2f10dade Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:55:55 -0700 Subject: [PATCH] ignore dev dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a14702c..23c5bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.dev/ # dependencies (bun install) node_modules