mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
ce1261a3dd
Summary:BUCK is faster than Gradle. For example `gradle app:installDebug` vs `buck install app` is ~7 seconds vs ~2 seconds with warm caches. This is just the beginning to allow people to become familiar with BUCK. It is enough for running the app locally and testing on a device. Gradle is still used for dependency resolution. Closes https://github.com/facebook/react-native/pull/6733 Differential Revision: D3126328 Pulled By: bestander fb-gh-sync-id: 56aad276036c029af7e0e23d60c46ba2f77b3d2c fbshipit-source-id: 56aad276036c029af7e0e23d60c46ba2f77b3d2c
41 lines
418 B
Plaintext
41 lines
418 B
Plaintext
# OSX
|
|
#
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
#
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Android/IJ
|
|
#
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
|
|
# node.js
|
|
#
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# BUCK
|
|
buck-out/
|
|
\.buckd/
|
|
android/app/libs
|
|
android/keystores/debug.keystore
|