Skip to content

Instantly share code, notes, and snippets.

@lukasborawski
Created December 8, 2021 14:16
Show Gist options
  • Save lukasborawski/f043cc43b36cf07ffed996548b63adb1 to your computer and use it in GitHub Desktop.
Save lukasborawski/f043cc43b36cf07ffed996548b63adb1 to your computer and use it in GitHub Desktop.
Yarn Clean File
# 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
# misc
*.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment