diff options
Diffstat (limited to '.yarnclean')
-rw-r--r-- | .yarnclean | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.yarnclean b/.yarnclean new file mode 100644 index 000000000..6d3d6bc2f --- /dev/null +++ b/.yarnclean @@ -0,0 +1,38 @@ +# test directories +__tests__ +test +tests +powered-test + +# 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 |