mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
- 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>
52 lines
747 B
Plaintext
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/ |