From b4414b647787cd46a010bcaa0401bba4aba7d86c Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Thu, 24 May 2018 12:07:06 -0400 Subject: [PATCH] Ignore file from npm pack. --- .gitignore | 5 ++++- .npmignore | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a5bb872..c8eaf84 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,7 @@ local.properties node_modules/ npm-debug.log lib/android/src/main/gen -example/android/app/src/main/gen \ No newline at end of file +example/android/app/src/main/gen + +# build +react-native-fast-image-*.tgz diff --git a/.npmignore b/.npmignore index bd40929..eeb5ced 100644 --- a/.npmignore +++ b/.npmignore @@ -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.