From 26409010a84ed5c99f71033a1d0d8e10f050de8e Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Fri, 20 Feb 2026 08:04:06 -0800 Subject: [PATCH] Add .toes gitignore tip to getting started guide --- docs/GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/GUIDE.md b/docs/GUIDE.md index 4757771..e7401de 100644 --- a/docs/GUIDE.md +++ b/docs/GUIDE.md @@ -57,6 +57,8 @@ toes open Your app is now running at `http://my-app.toes.local`. +> **Tip:** Add `.toes` to your `.gitignore`. This file tracks local sync state and shouldn't be committed. + --- ## Creating an App