2018-05-24 15:58:28 +00:00
|
|
|
# Docs
|
2018-05-24 15:52:02 +00:00
|
|
|
docs
|
2018-05-24 15:58:28 +00:00
|
|
|
|
|
|
|
# Build
|
|
|
|
android/build
|
2018-03-18 03:25:49 +00:00
|
|
|
ios/build
|
2018-05-24 16:07:06 +00:00
|
|
|
react-native-fast-image-*.tgz
|
2018-05-24 15:58:28 +00:00
|
|
|
|
|
|
|
# We need to ignore some things in submodules.
|
|
|
|
# This probably isn't everything we'd like to ignore but it's good enough.
|
2018-05-24 17:00:36 +00:00
|
|
|
.git*
|
|
|
|
*.png
|
2018-05-24 15:52:02 +00:00
|
|
|
ios/Vendor/SDWebImage/Examples
|
|
|
|
ios/Vendor/SDWebImage/Tests
|
|
|
|
ios/Vendor/SDWebImage/Docs
|
|
|
|
ios/Vendor/SDWebImage/Vendors/FLAnimatedImage/FLAnimatedImageDemo
|
|
|
|
ios/Vendor/SDWebImage/Vendors/FLAnimatedImage/images
|
|
|
|
ios/Vendor/SDWebImage/Vendors/libwebp/examples
|
2018-05-24 15:58:28 +00:00
|
|
|
|
|
|
|
# Examples
|
2018-05-24 15:52:02 +00:00
|
|
|
react-native-fast-image-example
|
|
|
|
react-native-fast-image-example-cocoapods
|
|
|
|
react-native-fast-image-example-server
|
2018-05-24 15:58:28 +00:00
|
|
|
|
|
|
|
# Tests
|
|
|
|
.circleci
|
|
|
|
__snapshots__
|
2018-05-24 15:52:02 +00:00
|
|
|
*.test.js
|
2018-05-24 15:58:28 +00:00
|
|
|
|
|
|
|
# Configs
|
2018-05-24 15:52:02 +00:00
|
|
|
.babelrc
|
|
|
|
.gitignore
|
|
|
|
.npmignore
|
|
|
|
prettier.config.js
|
2018-09-23 21:29:10 +00:00
|
|
|
yarn.lock
|
|
|
|
babel.config.js
|
|
|
|
jest.config.js
|