Comments.
This commit is contained in:
parent
a6f7b109aa
commit
b1494e784d
18
.npmignore
18
.npmignore
|
@ -1,8 +1,12 @@
|
|||
__snapshots__
|
||||
.circleci
|
||||
android/build
|
||||
# Docs
|
||||
docs
|
||||
|
||||
# Build
|
||||
android/build
|
||||
ios/build
|
||||
|
||||
# We need to ignore some things in submodules.
|
||||
# This probably isn't everything we'd like to ignore but it's good enough.
|
||||
ios/Vendor/SDWebImage/.git*
|
||||
ios/Vendor/SDWebImage/Examples
|
||||
ios/Vendor/SDWebImage/Tests
|
||||
|
@ -10,10 +14,18 @@ ios/Vendor/SDWebImage/Docs
|
|||
ios/Vendor/SDWebImage/Vendors/FLAnimatedImage/FLAnimatedImageDemo
|
||||
ios/Vendor/SDWebImage/Vendors/FLAnimatedImage/images
|
||||
ios/Vendor/SDWebImage/Vendors/libwebp/examples
|
||||
|
||||
# Examples
|
||||
react-native-fast-image-example
|
||||
react-native-fast-image-example-cocoapods
|
||||
react-native-fast-image-example-server
|
||||
|
||||
# Tests
|
||||
.circleci
|
||||
__snapshots__
|
||||
*.test.js
|
||||
|
||||
# Configs
|
||||
.babelrc
|
||||
.gitignore
|
||||
.npmignore
|
||||
|
|
Loading…
Reference in New Issue