From 8913514361901d00fa2ea900c2124daa24ecf0a8 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sat, 1 Nov 2025 17:28:27 -0400 Subject: [PATCH] chore: add plans/ to .gitignore - Add plans/ directory to .gitignore to prevent tracking - Ensures plans directory stays out of version control --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f73c5fc6..0d54ab81 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ *.swp *.swo *~ + +# Plans directory +plans/