react-native-fast-image/.npmignore

41 lines
746 B
Plaintext
Raw Normal View History

2018-05-24 15:58:28 +00:00
# Docs
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
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
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__
*.test.js
2018-05-24 15:58:28 +00:00
# Configs
.babelrc
.gitignore
.npmignore
prettier.config.js
2018-09-23 21:29:10 +00:00
yarn.lock
babel.config.js
2018-11-13 17:45:12 +00:00
jest.config.js
# IDE
.idea/