Skip to content

Commit 049a372

Browse files
committed
Resolve Comments
1 parent cba5661 commit 049a372

File tree

6 files changed

+928
-560
lines changed

6 files changed

+928
-560
lines changed

examples/ReactNativeBlobUtil/.gitignore

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,63 @@ buck-out/
5757

5858
# CocoaPods
5959
/ios/Pods/
60+
61+
# OSX
62+
#
63+
.DS_Store
64+
65+
# Xcode
66+
#
67+
build/
68+
*.pbxuser
69+
!default.pbxuser
70+
*.mode1v3
71+
!default.mode1v3
72+
*.mode2v3
73+
!default.mode2v3
74+
*.perspectivev3
75+
!default.perspectivev3
76+
xcuserdata
77+
*.xccheckout
78+
*.moved-aside
79+
DerivedData
80+
*.hmap
81+
*.ipa
82+
*.xcuserstate
83+
84+
# Android/IntelliJ
85+
#
86+
build/
87+
.idea
88+
.gradle
89+
local.properties
90+
*.iml
91+
92+
# node.js
93+
#
94+
node_modules/
95+
npm-debug.log
96+
yarn-error.log
97+
98+
# BUCK
99+
buck-out/
100+
\.buckd/
101+
*.keystore
102+
!debug.keystore
103+
104+
# fastlane
105+
#
106+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
107+
# screenshots whenever they are needed.
108+
# For more information about the recommended setup visit:
109+
# https://docs.fastlane.tools/best-practices/source-control/
110+
111+
*/fastlane/report.xml
112+
*/fastlane/Preview.html
113+
*/fastlane/screenshots
114+
115+
# Bundle artifact
116+
*.jsbundle
117+
118+
# CocoaPods
119+
/ios/Pods/

examples/ReactNativeBlobUtil/NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
65
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
76
</packageSources>
87
<disabledPackageSources>
88.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)