10up / wp-scrubber

BETA: This plugin provides a command-line interface for scrubbing sensitive user and comment data from a WordPress installation.
GNU General Public License v2.0
16 stars 3 forks source link

Added package-lock and gitignore; removed build files. #6

Closed jamesmorrison closed 1 year ago

jamesmorrison commented 1 year ago

Description of the Change

How to test the Change

Changelog Entry

Fixed - Bug fix

Resolved build files showing in git changes.

Credits

Props @jamesmorrison

Checklist:

gthayer commented 1 year ago

@jamesmorrison - Thanks for the contribution, however, the vendor files were intentionally included for easier installation by the end user. This way the plugin can be installed via composer without the need for compiling the files.

Adding a .gitignore and .nvmrc would be a good idea, but should be added with a separate PR.