Add runtime folders to gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
13
min/.htaccess
Normal 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>
|
||||
Reference in New Issue
Block a user