Block Editor: Update SVN props to ignore new asset files.

Update svn props to ignore additional CSS files added to WordPress 6.3.

Fixes #59197.


Built from https://develop.svn.wordpress.org/trunk@56463


git-svn-id: http://core.svn.wordpress.org/trunk@55975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2023-08-24 21:02:18 +00:00
parent 553f886d61
commit e227b5e758

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56462';
$wp_version = '6.4-alpha-56463';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.