From 5448892d574eabecf1edca706f1330e4c4e9369b Mon Sep 17 00:00:00 2001 From: Vladimir Kotikov Date: Tue, 24 Jan 2017 21:09:49 +0300 Subject: [PATCH] Do not package android build artifacts (#652) --- .npmignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 4a2221e..83a811d 100644 --- a/.npmignore +++ b/.npmignore @@ -35,4 +35,11 @@ bin/ test/ # Remove after this framework is published on NPM -code-push-plugin-testing-framework/ \ No newline at end of file +code-push-plugin-testing-framework/ + +# Android build artifacts and Android Studio bits +android/app/build +android/local.properties +android/.gradle +android/**/*.iml +android/.idea