mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
gitignore ReactAndroid prebuilt libs (#27487)
Summary: This PR changes gitignore to ignore prebuilt libs in ReactAndroid as a whole, because we added 64 bit platforms and their files are showing up as changes. ## Changelog [GENERAL] [Changed] - gitignore ReactAndroid prebuilt libs Pull Request resolved: https://github.com/facebook/react-native/pull/27487 Test Plan: After ReactAndroid build, you won't see prebuilt lib changes in git. Differential Revision: D18992774 Pulled By: hramos fbshipit-source-id: 33d3e01f59945dbc18ae4d9e3e3ac4b0e5b5e764
This commit is contained in:
committed by
Facebook Github Bot
parent
f11b4895d6
commit
19bf2027d1
+1
-2
@@ -32,8 +32,7 @@ project.xcworkspace
|
||||
# Buck
|
||||
.buckd
|
||||
buck-out
|
||||
/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/
|
||||
/ReactAndroid/src/main/jni/prebuilt/lib/x86/
|
||||
/ReactAndroid/src/main/jni/prebuilt/lib/
|
||||
/ReactAndroid/src/main/gen
|
||||
|
||||
# Watchman
|
||||
|
||||
Reference in New Issue
Block a user