Files
v10/packages/react/.gitignore
T
Christian PillsburyandClaude 4b0d84e9c8 feat: initialize Video.js 10 monorepo with core architecture
- Set up monorepo structure with core, HTML, React, and React Native packages
- Add TypeScript configuration with project references
- Create foundational packages: media-store, playback-engine, media, icons
- Implement platform-specific packages for HTML, React, and React Native
- Add comprehensive documentation and development tooling
- Include CLAUDE.md with development guidelines and conventional commits

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 10:41:46 -07:00

25 lines
291 B
Plaintext

# React specific ignores
# Storybook
storybook-static/
.storybook/public/
# React DevTools
.react-devtools
# Create React App
# /build (handled by root gitignore)
# Next.js
.next/
out/
# Gatsby
.cache/
public/
# React testing
__snapshots__/
# React build artifacts
build-storybook.log