diff --git a/.gitignore b/.gitignore index d5d2eb1b..6f82afd0 100755 --- a/.gitignore +++ b/.gitignore @@ -275,7 +275,7 @@ wp-content/themes/twentynineteen # ignore these plugins wp-content/plugins/hello.php -# End of custom ignore +/wp-content/languages /wp-content/plugins/**/*/build /wp-content/themes/**/*/build @@ -291,3 +291,5 @@ wp-content/plugins/*/ !wp-content/plugins/elasticpress # post type helper (always update posttypes.php after any addition) !wp-content/plugins/custom-post-type-ui + +# End of custom ignore diff --git a/.htaccess b/.htaccess index 7c3998c4..5a1f3f02 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,4 @@ # BEGIN WordPress -# The directives (lines) between `BEGIN WordPress` and `END WordPress` are -# dynamically generated, and should only be modified via WordPress filters. -# Any changes to the directives between these markers will be overwritten. RewriteEngine On RewriteBase / @@ -11,8 +8,4 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] -# Allows larger uploads example when importing data -php_value upload_max_filesize 50M -php_value post_max_size 50M - # END WordPress