Skip to content

Instantly share code, notes, and snippets.

@gabemeola
Created May 14, 2019 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabemeola/28f902aea87eb248911934e194e898e4 to your computer and use it in GitHub Desktop.
Save gabemeola/28f902aea87eb248911934e194e898e4 to your computer and use it in GitHub Desktop.
A Good Yarn Clean
# 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
bower.json
yarn.lock
package-lock.json
# Files
LICENSE
LICENSE.txt
LICENCE
LICENCE.txt
license
licence
CHANGELOG.md
*.md
*.markdown
stats.html
# Typescript Types
@types
*.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment