Skip to content

Commit

Permalink
Build/Test Tools: Instruct git and svn to ignore SQLite files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
johnbillion committed Jan 20, 2025
1 parent 29df2d5 commit 2dd8ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ wp-tests-config.php

# Files and folders that get created in wp-content
/src/wp-content/blogs.dir
/src/wp-content/database
/src/wp-content/fonts
/src/wp-content/languages
/src/wp-content/mu-plugins
Expand Down

0 comments on commit 2dd8ce2

Please sign in to comment.