Created
May 14, 2019 16:28
-
-
Save gabemeola/28f902aea87eb248911934e194e898e4 to your computer and use it in GitHub Desktop.
A Good Yarn Clean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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