Last active
February 27, 2020 10:09
-
-
Save khaledosman/e145fffc2de691e780c7da246e2b3da4 to your computer and use it in GitHub Desktop.
advanced yarnclean for minimal bundle size
This file contains 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
# Optionally uncomment *.ts in production/when deploying only | |
# test directories | |
__tests__ | |
test | |
tests | |
powered-test | |
__tests__ | |
tests | |
powered-test | |
# docs | |
doc | |
.idea | |
.vscode | |
website | |
images | |
assets | |
example | |
examples | |
coverage | |
.nyc_output | |
.circleci | |
.github | |
# 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 | |
Jenkinsfile | |
Makefile | |
Gulpfile.js | |
Gruntfile.js | |
gulpfile.js | |
.DS_Store | |
.tern-project | |
.gitattributes | |
.editorconfig | |
.eslintrc | |
.eslintrc.js | |
.eslintrc.json | |
.eslintrc.yml | |
.eslintignore | |
.stylelintrc | |
stylelint.config.js | |
.stylelintrc.json | |
.stylelintrc.yaml | |
.stylelintrc.yml | |
.stylelintrc.js | |
.htmllintrc | |
htmllint.js | |
.lint | |
.npmrc | |
.npmignore | |
.jshintrc | |
.flowconfig | |
.documentup.json | |
.yarn-metadata.json | |
.travis.yml | |
appveyor.yml | |
.gitlab-ci.yml | |
circle.yml | |
.coveralls.yml | |
CHANGES | |
#changelog | |
LICENSE.txt | |
LICENSE | |
LICENSE-MIT | |
LICENSE.BSD | |
license | |
LICENCE.txt | |
LICENCE | |
LICENCE-MIT | |
LICENCE.BSD | |
licence | |
AUTHORS | |
CONTRIBUTORS | |
.yarn-integrity | |
.yarnclean | |
_config.yml | |
.babelrc | |
.yo-rc.json | |
jest.config.js | |
karma.conf.js | |
wallaby.js | |
wallaby.conf.js | |
.prettierrc | |
.prettierrc.yml | |
.prettierrc.toml | |
.prettierrc.js | |
.prettierrc.json | |
prettier.config.js | |
.appveyor.yml | |
tsconfig.json | |
tslint.json | |
# misc | |
*.md | |
*.markdown | |
*.md | |
*.mkd | |
# *.ts | |
*.jst | |
*.coffee | |
*.tgz | |
*.swp | |
bower.json | |
component.json | |
*.examples.json | |
*.txt | |
*.flow | |
*.swf | |
*.config.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment