Skip to content

Commit 93ec359

Browse files
KhawarMehfoozclaude
authored andcommitted
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

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel – Core
22
/public/fonts/
3-
/public/storage/
3+
/public/storage
44
/storage/framework/
55
/storage/generated-json/
66
/storage/logs/

public/storage

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)