From 9a5370af8e59d307d4338fb8d063008e21389373 Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Wed, 12 Nov 2025 08:36:27 +0700 Subject: [PATCH] Update gitignore --- .gitignore | 1 + public/.htaccess | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87e86b9..a47baaa 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,4 @@ _modules/* /results/ /phpunit*.xml +/public/.htaccess diff --git a/public/.htaccess b/public/.htaccess index 49a7343..6740269 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -15,7 +15,7 @@ Options -Indexes # change the following line to match the subfolder you need. # http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase # RewriteBase / - RewriteBase /cmod/ + # RewriteBase /cmod/ # Redirect Trailing Slashes... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$