# Generated build artifacts — regenerated by `yarn build:js` / `yarn build`
/packages/*/build/
/packages/*/dist/
/packages/*/coverage/
*.tsbuildinfo

# Third-party / package manager state
/node_modules/
/packages/*/node_modules/
/e2e/*/node_modules/
/examples/*/node_modules/
/website/node_modules/
/.yarn/cache/
/.yarn/install-state.gz
/.yarn/build-state.yml
yarn.lock

# Test fixtures and benchmarks — lots of small files, rarely relevant when
# editing production code. Re-include the jest-runtime resolver fixture
# because its checked-in shape is what the resolver tests assert against.
/benchmarks/
!/packages/jest-runtime/src/__tests__/test_root/node_modules/

# Documentation site build output
/website/build/
/website/.docusaurus/
/website/.cache-loader/
/website/i18n/

# Logs, reports, editor noise
*.log
/reports/
.eslintcache
.DS_Store
*.swp
*~
.idea/
