Commit 93ec359
chore: stop tracking environment-specific public/storage symlink
The committed symlink pointed to an absolute, machine-specific path
(/var/www/InvoicePlane-v2/...), breaking on every other checkout.
Deployments should create it via `php artisan storage:link` instead.
Also fix the .gitignore pattern (drop trailing slash) since it only
matched directories and never actually caught the symlink, which is
how it got force-committed in the first place.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 84b1223 commit 93ec359
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
This file was deleted.
0 commit comments