# yarn pack respects .npmignore if present; this file is used when you want
# yarn-specific exclusions that differ from npm publishing.
src/
*.test.js
*.spec.js
__tests__/
test/
tests/
docs/
.github/
.vscode/
.idea/
*.log
coverage/
.DS_Store
