Automattic / Co-Authors-Plus

Multiple bylines and Guest Authors for WordPress
https://wordpress.org/plugins/co-authors-plus/
GNU General Public License v2.0
290 stars 205 forks source link

Add .gitattributes file #951

Closed GaryJones closed 1 year ago

GaryJones commented 1 year ago

Description

This removes development files and folders from release archives, and makes them unavailable when using Composer with --prefer-dist.

Deploy Notes

None.

Steps to Test

Run:

cd /tmp && composer require --prefer-dist automattic/co-authors-plus:dev-add/gitattributes-file && cd wp-content/plugins/co-authors-plus

...and note that the development files are not present.