From 0924d16457dce401432e6991c9f02af441f9dd3e Mon Sep 17 00:00:00 2001 From: futpib Date: Tue, 20 Nov 2018 20:51:26 +0300 Subject: [PATCH] Add yarn autoclean --- .yarnclean | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .yarnclean diff --git a/.yarnclean b/.yarnclean new file mode 100644 index 0000000..2031275 --- /dev/null +++ b/.yarnclean @@ -0,0 +1,48 @@ +# 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 + +# misc +*.md + +# modules +react-icons