fix(react-native): replace incorrect ignore paths for pods (#10634)

ISSUES CLOSED: #10633
This commit is contained in:
Mauz 2022-06-08 16:51:12 +02:00 committed by GitHub
parent b9e623d84d
commit 9d04d932f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,6 @@ buck-out/
*.jsbundle
# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/
**/ios/Pods/
**/vendor/bundle/
`;