From b76e73ffafe28b64763a526018dfad6e0059dcd3 Mon Sep 17 00:00:00 2001 From: JSon Date: Mon, 26 Feb 2024 11:50:34 +0800 Subject: [PATCH] Use allowlist instead of whitelist --- UnrealEngine.gitignore | 2 +- WordPress.gitignore | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9..0c694307 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -52,7 +52,7 @@ Plugins/*/Binaries/* # Builds Build/* -# Whitelist PakBlacklist-.txt files +# Allowlist PakBlacklist-.txt files !Build/*/ Build/*/** !Build/*/PakBlacklist*.txt diff --git a/WordPress.gitignore b/WordPress.gitignore index 54696693..d29ddf8b 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -37,12 +37,12 @@ wp-config.php # All plugins # -# Note: If you wish to whitelist plugins, +# Note: If you wish to allowlist plugins, # uncomment the next line #/wp-content/plugins # All themes # -# Note: If you wish to whitelist themes, +# Note: If you wish to allowlist themes, # uncomment the next line #/wp-content/themes \ No newline at end of file