From b6d31cdd9d10161879215930eae8060af122531c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 28 Jul 2025 23:55:20 -0500 Subject: [PATCH] Add .ai-history/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f74940e..2f1999c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +.ai-history/ # Editor directories and files .idea