Coding Standards: Update commits to ignore for blaming for 6.8

This adds white space only changes made during 6.8 to the list of commits which we instruct git blame to ignore. Excluding them helps to reduce the noise when doing code archaeology.

Follow-up to [53007].

Props jorbin, peterwilsoncc.
See #62279.


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


git-svn-id: http://core.svn.wordpress.org/trunk@59407 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2025-03-24 16:57:33 +00:00
parent d5a86a55ab
commit 58dbe3e577

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-beta3-60070';
$wp_version = '6.8-beta3-60071';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.