From 742e3f6b97e985ea36ec5f59f53a45bc334db399 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 30 Oct 2025 10:48:50 -0500 Subject: [PATCH] chore: update .gitignore to exclude generated content and lock files - Add patterns to exclude lock files (*.lock) - Add patterns to exclude test files (*test-*) - Add patterns to exclude Cloudron package artifacts and workspaces - Prevent generated content from being accidentally committed This improves repository hygiene by preventing temporary and generated files from being committed. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e70cacb..d72ca09 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,6 @@ temp/ # System files .SynologyWorkingDirectory +CloudronStack/collab/*.lock +CloudronStack/collab/*test-* +CloudronStack/output/CloudronPackages-*