mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
ed55dc802e
commit
ad0a97f111
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user