Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Update gitignore for languages + htaccess file size during import
Browse files Browse the repository at this point in the history
  • Loading branch information
karimkawambwa committed Jan 30, 2020
1 parent 2072f06 commit d74af45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
7 changes: 0 additions & 7 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -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.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Expand All @@ -11,8 +8,4 @@ RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# Allows larger uploads example when importing data
php_value upload_max_filesize 50M
php_value post_max_size 50M

# END WordPress

0 comments on commit d74af45

Please sign in to comment.