From cd5bb8835c6e259408a8c13a2196a347e161da83 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Tue, 18 Jan 2022 17:36:34 +0000
Subject: [PATCH] fix(bundle): include modules and themes when copying files
 with rsync

---
 .rsync-filter | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.rsync-filter b/.rsync-filter
index e1308e5d9b..0351107929 100644
--- a/.rsync-filter
+++ b/.rsync-filter
@@ -2,7 +2,9 @@
 
 - app/Views/_assets/
 + app/***
++ modules/***
 + public/***
++ themes/***
 + vendor/***
 + writable/***
 + .env.example
-- 
GitLab