From 8079e165a8ffd5c0fb2aeb8f1d7ffdfaec01d9ac Mon Sep 17 00:00:00 2001 From: SimulatedGREG Date: Sun, 27 Aug 2017 16:50:19 -0500 Subject: [PATCH] add .yarnclean, readme update --- .yarnclean | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 .yarnclean diff --git a/.yarnclean b/.yarnclean new file mode 100644 index 0000000..09cfc9e --- /dev/null +++ b/.yarnclean @@ -0,0 +1,39 @@ +# test directories +__tests__ +node_modules/*/test +node_modules/*/tests +powered-test + +# asset directories +docs +doc +website +images + +# examples +example +examples + +# code coverage directories +coverage +.nyc_output + +# build scripts +Makefile +Gulpfile.js +Gruntfile.js + +# configs +.tern-project +.gitattributes +.editorconfig +.*ignore +.eslintrc +.jshintrc +.flowconfig +.documentup.json +.yarn-metadata.json + +# misc +*.gz +*.md diff --git a/README.md b/README.md index 9f94792..33dbed2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Make sure to check out [`electron-webpack`'s documentation](https://webpack.elec ## Getting Started Simply clone down this reposity, install dependencies, and get started on your application. -The use of the [yarn](https://yarnpkg.com/) package manager is strongly recommended, as opposed to using `npm`. +The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** recommended, as opposed to using `npm`. ```bash # copy template using curl