From 4bf724e0588f46bb751dfe4e826ff3161eeaecb3 Mon Sep 17 00:00:00 2001 From: Ahmed Chouihi Date: Sun, 29 May 2022 13:39:37 +0100 Subject: [PATCH] Update WordPress.gitignore Gitignore Htpasswd if your website contains password --- WordPress.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 54696693..1db59d80 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -35,6 +35,9 @@ wp-config.php # htaccess /.htaccess +# htpasswd +/.htpasswd + # All plugins # # Note: If you wish to whitelist plugins, @@ -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