diff --git a/WordPress.gitignore b/WordPress.gitignore index 54696693..78c09d0a 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -17,6 +17,9 @@ /wp-*.php /xmlrpc.php +# Migration subfolder +/Migration + # Configuration wp-config.php @@ -24,7 +27,7 @@ wp-config.php /wp-content/themes/twenty*/ # Example plugin -/wp-content/plugins/hello.php +#/wp-content/plugins/hello.php # Uploads /wp-content/uploads/ @@ -45,4 +48,4 @@ wp-config.php # # Note: If you wish to whitelist themes, # uncomment the next line -#/wp-content/themes \ No newline at end of file +#/wp-content/themes