Build/Test Tools: Instruct Git and Subversion to ignore Composer's `/vendor` directory.

Re-adds changes from [42405] after being reverted by accident in [43309].

Fixes #45770

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


git-svn-id: http://core.svn.wordpress.org/trunk@44193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2018-12-28 10:00:55 +00:00
parent 8f3be81d8d
commit 1f8ece80fa
1 changed files with 1 additions and 1 deletions

View File

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