Build/Test Tools: Instruct git and svn to ignore SQLite files

This prevents users of the SQLite Database Integration plugin from seeing untracked files in the `src/wp-content/database` directory.

Props sukhendu2002, johnbillion

Fixes #62813

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


git-svn-id: http://core.svn.wordpress.org/trunk@59009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2025-01-20 21:51:25 +00:00
parent 5c35a5f4c5
commit 33729cf0db

View File

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