Make WordPress Core

Opened 4 weeks ago

Closed 3 weeks ago

#62813 closed task (blessed) (fixed)

Ignore SQLite files

Reported by: johnbillion's profile johnbillion Owned by: johnbillion's profile johnbillion
Milestone: 6.8 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: good-first-bug has-patch
Focuses: Cc:

Description

Users who test the SQLite Database Integration plugin on trunk will see files in the wp-content/database directory showing up as untracked in svn and git. This directory should be added to .gitignore and to the svn props.

Related: #57793

Attachments (1)

62813.patch (700 bytes) - added by sukhendu2002 3 weeks ago.
Add wp-content/database to ignore files

Download all attachments as: .zip

Change History (5)

#1 @desrosj
3 weeks ago

  • Keywords needs-patch good-first-bug added

@sukhendu2002
3 weeks ago

Add wp-content/database to ignore files

#2 @johnbillion
3 weeks ago

  • Owner set to johnbillion
  • Status changed from new to reviewing

#3 @johnbillion
3 weeks ago

  • Component changed from General to Build/Test Tools
  • Keywords has-patch added; needs-patch removed

#4 @johnbillion
3 weeks ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 59666:

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

Note: See TracTickets for help on using tickets.