mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
ecd3d95418
Summary: Attn janicduplessis Closes https://github.com/facebook/react-native/pull/18281 Differential Revision: D7200858 Pulled By: hramos fbshipit-source-id: 8566251255a12aba3a3f9d6af532c4f842a8c41e
69 lines
1.1 KiB
Plaintext
69 lines
1.1 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/
|
|
|
|
# Buck
|
|
.buckd
|
|
buck-out
|
|
/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/
|
|
/ReactAndroid/src/main/jni/prebuilt/lib/x86/
|
|
/ReactAndroid/src/main/gen
|
|
|
|
# Watchman
|
|
.watchmanconfig
|
|
|
|
# Android
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
/android/
|
|
|
|
# Node
|
|
node_modules
|
|
*.log
|
|
.nvm
|
|
/bots/node_modules/
|
|
|
|
# TODO: Check in yarn.lock in open source. Right now we need to keep it out
|
|
# from the GitHub repo as importing it might conflict with internal workspaces
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Test generated files
|
|
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|
|
*.js.meta
|
|
|
|
/coverage
|
|
/third-party
|