From 186f7f2de7360d98fb16416185f66062dee7e80a Mon Sep 17 00:00:00 2001 From: nexxo Date: Wed, 29 Jul 2026 09:56:00 +0200 Subject: [PATCH] Keep exported invoices out of the repository 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d96e697..77382a6 100644 --- a/.gitignore +++ b/.gitignore @@ -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