Widgets: Ignore CSS files in legacy widgets block.

Add SVN ignore property to match existing rule in `.gitignore`.

Follow up to [50997].
See #51506.


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


git-svn-id: http://core.svn.wordpress.org/trunk@50637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2021-05-26 03:00:57 +00:00
parent 885bdb2556
commit 1e5fccc2d2

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-51027';
$wp_version = '5.8-alpha-51028';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.