From c45e61e929171e39e73613f5583c81cb2ea97861 Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Thu, 21 May 2026 00:39:38 -0700 Subject: [PATCH] chore: gitignore nested api/ and contracts/ working dirs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 99486d1..77ab063 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ **/node_modules/ CLAUDE.md .env + +# Nested repos (not submodules) +api/ +contracts/