add .yarnclean, readme update

This commit is contained in:
SimulatedGREG 2017-08-27 16:50:19 -05:00
parent 27a73f068d
commit 8079e165a8
2 changed files with 40 additions and 1 deletions

39
.yarnclean Normal file
View file

@ -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

View file

@ -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