diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1351841 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Folders +.github/ export-ignore +tests/ export-ignore + +# Files +.editorconfig export-ignore +.gitignore export-ignore +.gitattributes export-ignore +phpstan.neon.dist export-ignore +phpunit.xml export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bda09..591d480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Exclude non-essential files from distributed package [#110](https://github.com/soundasleep/html2text/pull/110) ## [1.1.0] - 2019-02-15 ### Added