# Files not needed to be distributed in the package.
.gitattributes    export-ignore
node_modules      export-ignore
package.json      export-ignore

/build/**         production-exclude

# Files to exclude from the mirror repo
/changelog/**     production-exclude
/.eslintrc.cjs    production-exclude
.gitignore        production-exclude
tests/**          production-exclude
babel.config.js   production-exclude
webpack.config.js production-exclude
tsconfig.json     production-exclude

