Skip to content

Commit 2dd8ce2

Browse files
committed
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 git-svn-id: https://develop.svn.wordpress.org/trunk@59666 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 29df2d5 commit 2dd8ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ wp-tests-config.php
4646

4747
# Files and folders that get created in wp-content
4848
/src/wp-content/blogs.dir
49+
/src/wp-content/database
4950
/src/wp-content/fonts
5051
/src/wp-content/languages
5152
/src/wp-content/mu-plugins

0 commit comments

Comments
 (0)