103 lines
1.6 KiB
Plaintext
103 lines
1.6 KiB
Plaintext
|
# Xcode
|
||
|
!**/*.xcodeproj
|
||
|
!**/*.pbxproj
|
||
|
!**/*.xcworkspacedata
|
||
|
!**/*.xcsettings
|
||
|
!**/*.xcscheme
|
||
|
*.pbxuser
|
||
|
!default.pbxuser
|
||
|
*.mode1v3
|
||
|
!default.mode1v3
|
||
|
*.mode2v3
|
||
|
!default.mode2v3
|
||
|
*.perspectivev3
|
||
|
!default.perspectivev3
|
||
|
xcuserdata
|
||
|
*.xccheckout
|
||
|
*.moved-aside
|
||
|
DerivedData
|
||
|
*.hmap
|
||
|
*.ipa
|
||
|
*.xcuserstate
|
||
|
project.xcworkspace
|
||
|
|
||
|
# Gradle
|
||
|
/build/
|
||
|
/RNTester/android/app/build/
|
||
|
/RNTester/android/app/gradle/
|
||
|
/RNTester/android/app/gradlew
|
||
|
/RNTester/android/app/gradlew.bat
|
||
|
/ReactAndroid/build/
|
||
|
/ReactAndroid/gradle/
|
||
|
/ReactAndroid/gradlew
|
||
|
/ReactAndroid/gradlew.bat
|
||
|
|
||
|
# Buck
|
||
|
.buckd
|
||
|
buck-out
|
||
|
/ReactAndroid/src/main/jni/prebuilt/lib/
|
||
|
/ReactAndroid/src/main/gen
|
||
|
|
||
|
# Android Studio
|
||
|
.project
|
||
|
.settings
|
||
|
.classpath
|
||
|
|
||
|
# Watchman
|
||
|
.watchmanconfig
|
||
|
|
||
|
# Android
|
||
|
.idea
|
||
|
.gradle
|
||
|
local.properties
|
||
|
*.iml
|
||
|
/android/
|
||
|
|
||
|
# Node
|
||
|
node_modules
|
||
|
*.log
|
||
|
.nvm
|
||
|
/bots/node_modules/
|
||
|
package-lock.json
|
||
|
|
||
|
# OS X
|
||
|
.DS_Store
|
||
|
|
||
|
# Test generated files
|
||
|
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|
||
|
*.js.meta
|
||
|
|
||
|
/coverage
|
||
|
/third-party
|
||
|
|
||
|
# Root dir shouldn't have Xcode project
|
||
|
/*.xcodeproj
|
||
|
|
||
|
# ReactCommon subdir shouldn't have Xcode project
|
||
|
/ReactCommon/**/*.xcodeproj
|
||
|
RNTester/build
|
||
|
|
||
|
# Libs that shouldn't have Xcode project
|
||
|
/Libraries/FBLazyVector/**/*.xcodeproj
|
||
|
/Libraries/FBReactNativeSpec/**/*.xcodeproj
|
||
|
/Libraries/RCTRequired/**/*.xcodeproj
|
||
|
/React/CoreModules/**/*.xcodeproj
|
||
|
/packages/react-native-codegen/**/*.xcodeproj
|
||
|
|
||
|
# CocoaPods
|
||
|
/template/ios/Pods/
|
||
|
/template/ios/Podfile.lock
|
||
|
/RNTester/Gemfile.lock
|
||
|
|
||
|
# Ignore RNTester specific Pods, but keep the __offline_mirrors__ here.
|
||
|
RNTester/Pods/*
|
||
|
!RNTester/Pods/__offline_mirrors
|
||
|
|
||
|
# react-native-codegen
|
||
|
/ReactCommon/fabric/components/rncore/
|
||
|
/schema-rncore.json
|
||
|
|
||
|
# Visual studio
|
||
|
.vscode
|
||
|
.vs
|