Add .toes gitignore tip to getting started guide

This commit is contained in:
Chris Wanstrath 2026-02-20 08:04:06 -08:00
parent 4aebd6a087
commit 26409010a8

View File

@ -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