Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5448892

Browse files
Vladimir KotikovRichard Hua
authored andcommitted
Do not package android build artifacts (#652)
1 parent 25851d2 commit 5448892

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.npmignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,11 @@ bin/
3535
test/
3636

3737
# Remove after this framework is published on NPM
38-
code-push-plugin-testing-framework/
38+
code-push-plugin-testing-framework/
39+
40+
# Android build artifacts and Android Studio bits
41+
android/app/build
42+
android/local.properties
43+
android/.gradle
44+
android/**/*.iml
45+
android/.idea

0 commit comments

Comments
 (0)