Ignore file from npm pack.

This commit is contained in:
Dylan Vann 2018-05-24 12:07:06 -04:00
parent b1494e784d
commit b4414b6477
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@ -34,4 +34,7 @@ local.properties
node_modules/
npm-debug.log
lib/android/src/main/gen
example/android/app/src/main/gen
example/android/app/src/main/gen
# build
react-native-fast-image-*.tgz

View File

@ -4,6 +4,7 @@ docs
# Build
android/build
ios/build
react-native-fast-image-*.tgz
# We need to ignore some things in submodules.
# This probably isn't everything we'd like to ignore but it's good enough.