From d07e4b6b97dc814cc0e5c040e601f26a8cefaee6 Mon Sep 17 00:00:00 2001 From: Timotheu <69240499+Timotheu@users.noreply.github.com> Date: Wed, 13 Jul 2022 16:44:53 +0200 Subject: [PATCH] Update WordPress.gitignore --- WordPress.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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