From f37deefa36406fc183ec0008e47cdd6c8506e2f8 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 2 Oct 2025 09:31:40 +0200 Subject: [PATCH] chore: add applesauce directory to .gitignore - Exclude applesauce/ directory from version control - This directory likely contains examples or testing files that shouldn't be tracked --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 706644d8..274e11f2 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,6 @@ temp/ .env.development.local .env.test.local .env.production.local + +# applesauce examples +applesauce/