mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 13:41:59 -05:00
add .yarnclean, readme update
This commit is contained in:
parent
27a73f068d
commit
8079e165a8
2 changed files with 40 additions and 1 deletions
39
.yarnclean
Normal file
39
.yarnclean
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue