From 9790788d42b4eb1af186e7cdab831048fabf8fc7 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 11 Jun 2026 22:32:33 +0000 Subject: [PATCH] Ignore local mobile app sources under /apps. Keep Android and iOS prototypes out of this repo so they are not committed with backend changes. Co-authored-by: Cursor --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b142880..dea2985 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ Homestead.json Homestead.yaml Thumbs.db + +# Native mobile apps — kept locally, not tracked in this repo +/apps