From 1e5543ac2dcc50d9e1f1cce7b6fa3af7f6bc2f8d Mon Sep 17 00:00:00 2001 From: Arman <407448+armanist@users.noreply.github.com> Date: Thu, 28 May 2026 23:03:26 +0400 Subject: [PATCH] Fix fresh install by tracking default modules config --- .gitignore | 3 +-- shared/config/modules.php | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 shared/config/modules.php diff --git a/.gitignore b/.gitignore index 8579df1..2a12895 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ debug.log /shared/store/* /shared/emails/* /shared/config/auth.php -/shared/config/modules.php # Generated modules /modules @@ -27,4 +26,4 @@ debug.log /tests/_root/modules /tests/_root/shared/store/* /tests/_root/shared/config/auth.php -/tests/_root/logs \ No newline at end of file +/tests/_root/logs diff --git a/shared/config/modules.php b/shared/config/modules.php new file mode 100644 index 0000000..0b67a5f --- /dev/null +++ b/shared/config/modules.php @@ -0,0 +1,3 @@ +