Keep exported invoices out of the repository
tests / pest (push) Failing after 7m50s Details
tests / assets (push) Successful in 20s Details
tests / release (push) Has been skipped Details

storage/archive is runtime output, and on a real server it is a mount point.
Committing it would put customer documents into git and make a deploy fight the
archive for the directory.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
feat/granted-plans
nexxo 2026-07-29 09:56:00 +02:00
parent 132be7fdd5
commit 186f7f2de7
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -24,6 +24,10 @@
/public/storage
/storage/*.key
/storage/pail
# Exported invoice PDFs — runtime output, and on a real server this is a mount
# point. Committing it would put customer documents into the repository and
# make a deploy fight the archive for the directory.
/storage/archive
/vendor
_ide_helper.php
Homestead.json