Files
v10/packages/react-native/.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

52 lines
747 B
Plaintext

# React Native specific ignores
# Metro bundler
.metro-health-check*
# React Native Debugger
react-native-debugger.log
# Flipper
Flipper/
# Bundle artifacts
*.jsbundle
# Android specific
android/app/build/
android/app/src/main/assets/
android/.gradle/
android/build/
android/gradle/
android/gradlew*
android/local.properties
android/app/release/
# iOS specific
ios/build/
ios/Pods/
ios/*.xcworkspace
ios/*.xcodeproj/xcuserdata/
ios/*.xcodeproj/xcshareddata/
ios/Podfile.lock
ios/DerivedData/
# CocoaPods
Podfile.lock
Pods/
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
# Detox
.detoxrc.json
detox_tests/
# react-native-codegen
build/generated/
# Ruby (for iOS development)
vendor/bundle/