Merge pull request #18633 from woocommerce/update/git-attributes

Exclude CODE_OF_CONDUCT.md and package-lock.json from the release .zip files
This commit is contained in:
Mike Jolley 2018-01-29 13:53:28 +00:00 committed by GitHub
commit c9d90353ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,9 +1,11 @@
/.* export-ignore
apigen* export-ignore
CODE_OF_CONDUCT.md export-ignore
CHANGELOG.txt export-ignore
composer.* export-ignore
Gruntfile.js export-ignore
package.json export-ignore
package-lock.json export-ignore
phpcs.xml export-ignore
phpunit.* export-ignore
README.md export-ignore