# Files not needed to be distributed in the package.
.gitattributes   export-ignore
.github/         export-ignore

# Files not needed in the production build.
/changelog/**                   production-exclude
/tests/**                       production-exclude
.gitignore                      production-exclude
.phpcs.dir.phpcompatibility.xml production-exclude
.phpcs.dir.xml                  production-exclude

