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.