mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix .gitignore for packages/react-native/sdks/downloads (#39963)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39963 Changelog: [Internal] - Fix typo in .gitignore for downloaded sdks ignore-github-export-checks Reviewed By: huntie Differential Revision: D50018994 fbshipit-source-id: 3a92bb6cfee214d7265639a8dd19c6367ff0c7cd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3996cf3546
commit
b9612e7a00
+1
-1
@@ -21,7 +21,6 @@ DerivedData
|
||||
*.xcuserstate
|
||||
project.xcworkspace
|
||||
**/.xcode.env.local
|
||||
/poackages/react-native/sdks/downloads/
|
||||
|
||||
# Gradle
|
||||
/build/
|
||||
@@ -135,6 +134,7 @@ package-lock.json
|
||||
|
||||
# Additional SDKs
|
||||
/packages/react-native/sdks/download
|
||||
/packages/react-native/sdks/downloads
|
||||
/packages/react-native/sdks/hermes
|
||||
/packages/react-native/sdks/hermesc
|
||||
/packages/react-native/sdks/hermes-engine/hermes-engine-from-local-source-dir.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user