From ad0a97f111bb7463ed575bf2ce54f8c750c7cce7 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 15 Feb 2021 23:17:36 +0000 Subject: [PATCH] Bundled Themes: Synchronise `.gitignore` with themes' svn ignore property. Add `node_modules` directories within Twenty Twenty-One, Twenty Twenty and Twenty Nineteen to the `.gitignore` file. Fixes #52502. git-svn-id: https://develop.svn.wordpress.org/trunk@50349 602fd350-edb4-49c9-b593-d223f7449a82 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 18149283ea..2eca5aa47e 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,11 @@ wp-tests-config.php /src/wp-content/php-error.php /src/wp-content/sunrise.php +# Files and folders relating to wp-content build tools. +/src/wp-content/themes/twentynineteen/node_modules +/src/wp-content/themes/twentytwentyone/node_modules +/src/wp-content/themes/twentytwenty/node_modules + # Operating system specific files .DS_Store