# Yarn autoclean patterns for production server node_modules in Docker images.
# Applied automatically during `yarn install` when this file is present.
# LICENSE/LICENCE files are intentionally omitted (required for redistribution).

# test directories
__tests__
test
tests
powered-test

# asset directories
docs
doc
website
images
assets

# examples
example
examples

# code coverage directories
coverage
.nyc_output

# build scripts
Makefile
Gulpfile.js
Gruntfile.js

# configs
appveyor.yml
circle.yml
codeship-services.yml
codeship-steps.yml
wercker.yml
.tern-project
.gitattributes
.editorconfig
.*ignore
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml
.github

# misc
*.md
*.map
CHANGELOG*
