Add runtime folders to gitignore

This commit is contained in:
2026-05-13 16:05:01 -04:00
parent 9b36733035
commit f90347c5ba
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View File

@ -77,3 +77,5 @@ Thumbs.db
/v3_ci4/writable/debugbar/
/webhooks/paypaldevclient/
/webhooks/paypaldevtest/
webhooks/paypal/
paypal_advanced/error_log

13
min/.htaccess Normal file
View File

@ -0,0 +1,13 @@
<IfModule mod_rewrite.c>
RewriteEngine on
# You may need RewriteBase on some servers
#RewriteBase /min
# rewrite URLs like "/min/f=..." to "/min/?f=..."
RewriteRule ^([bfg]=.*) index.php?$1 [L,NE]
</IfModule>
<IfModule mod_env.c>
# In case AddOutputFilterByType has been added
SetEnv no-gzip
</IfModule>