Update gitignore

This commit is contained in:
mikael-zakaria 2025-11-12 08:36:27 +07:00
parent 9217150b58
commit 9a5370af8e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -124,3 +124,4 @@ _modules/*
/results/
/phpunit*.xml
/public/.htaccess

View File

@ -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} (.+)/$