Skip to content

Commit ce8a515

Browse files
authored
Add note about .gitignore for hot reload directories
Added reminder to include hot reload directories in .gitignore.
1 parent 78f23eb commit ce8a515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/docs/mobile/2/getting-started/development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ changes to any files in your Laravel app, the web view will be reloaded and your
202202
Vite HMR is perfect for apps that use SPA frameworks like Vue or React to build the UI. It even works on real devices,
203203
not just simulators! As long as the device is on the same network as the development machine.
204204

205+
**Don't forget to add `public/ios-hot` and `public/android-hot` to your `.gitignore` file!**
206+
205207
<aside>
206208

207209
#### Real iOS Devices Support

0 commit comments

Comments
 (0)