From 241a235ce1f21f50eaeaaddb38d40884a3b577c9 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 30 Aug 2025 17:44:58 -0500 Subject: [PATCH] gitignore .ai/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f74940e..6ab35fc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +.ai/ # Editor directories and files .idea