Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit cf9c8f1

Browse files
committed
Modify README.md
1 parent f36a4bd commit cf9c8f1

File tree

5 files changed

+51
-141
lines changed

5 files changed

+51
-141
lines changed

.gitignore

Lines changed: 51 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,53 @@
1-
npm-debug.log
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
24

3-
# Built application files
4-
*.apk
5-
*.ap_
6-
7-
# Files for the Dalvik VM
8-
*.dex
9-
10-
# Java class files
11-
*.class
12-
13-
# Generated files
14-
bin/
15-
gen/
16-
out/
17-
18-
# Gradle files
19-
.gradle/
5+
## Build generated
206
build/
21-
22-
# Local configuration file (sdk path, etc)
23-
local.properties
24-
25-
# Proguard folder generated by Eclipse
26-
proguard/
27-
28-
# Log Files
29-
*.log
30-
31-
# Android Studio Navigation editor temp files
32-
.navigation/
33-
34-
# Android Studio captures folder
35-
captures/
36-
37-
# Intellij
38-
*.iml
39-
40-
# Keystore files
41-
*.jks
7+
DerivedData/
8+
9+
## Various settings
10+
*.pbxuser
11+
!default.pbxuser
12+
*.mode1v3
13+
!default.mode1v3
14+
*.mode2v3
15+
!default.mode2v3
16+
*.perspectivev3
17+
!default.perspectivev3
18+
xcuserdata/
19+
20+
## Other
21+
*.moved-aside
22+
*.xcuserstate
23+
24+
## Obj-C/Swift specific
25+
*.hmap
26+
*.ipa
27+
*.dSYM.zip
28+
*.dSYM
29+
30+
# CocoaPods
31+
#
32+
# We recommend against adding the Pods directory to your .gitignore. However
33+
# you should judge for yourself, the pros and cons are mentioned at:
34+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
35+
#
36+
# Pods/
37+
38+
# Carthage
39+
#
40+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
41+
# Carthage/Checkouts
42+
43+
Carthage/Build
44+
45+
# fastlane
46+
#
47+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48+
# screenshots whenever they are needed.
49+
# For more information about the recommended setup visit:
50+
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
51+
52+
fastlane/report.xml
53+
fastlane/screenshots

ios/.DS_Store

-6 KB
Binary file not shown.

ios/RNFetchBlob.xcodeproj/xcuserdata/xeiyan.xcuserdatad/xcschemes/RNFetchBlob.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

ios/RNFetchBlob.xcodeproj/xcuserdata/xeiyan.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)